[perl-Net-SSH-Expect] fixed a bug in %files section with permissions

Carl Thompson redragon at fedoraproject.org
Wed Aug 28 13:52:53 UTC 2013


commit 748a75a19205c4dacf4b5c6592c47ebf635e6940
Author: Carl Thompson <fedora at red-dragon.com>
Date:   Wed Aug 28 08:49:12 2013 -0500

    fixed a bug in %files section with permissions

 perl-Net-SSH-Expect.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/perl-Net-SSH-Expect.spec b/perl-Net-SSH-Expect.spec
index 534a22a..3ceced7 100644
--- a/perl-Net-SSH-Expect.spec
+++ b/perl-Net-SSH-Expect.spec
@@ -73,7 +73,7 @@ find %{buildroot} -depth -type d -exec rmdir {} ';' 2>/dev/null
 rm -rf %{buildroot}
 
 %files
-%defattr(644,root,root)
+%defattr(-,root,root)
 %{_mandir}/man3/Net::SSH::Expect.3pm.gz
 %{pvendorlib}/Net
 %{pvendorlib}/Net/SSH


More information about the scm-commits mailing list