[perl-Net-SSH-Expect/f19] fixed permissions error in %files

Carl Thompson redragon at fedoraproject.org
Wed Aug 28 14:41:44 UTC 2013


commit 52b25ffe830f1327943b23d395df728e3968708e
Author: Carl Thompson <fedora at red-dragon.com>
Date:   Wed Aug 28 09:37:44 2013 -0500

    fixed permissions error in %files

 perl-Net-SSH-Expect.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-Net-SSH-Expect.spec b/perl-Net-SSH-Expect.spec
index ede45ad..5b2a96c 100644
--- a/perl-Net-SSH-Expect.spec
+++ b/perl-Net-SSH-Expect.spec
@@ -10,7 +10,7 @@
 
 Name:           perl-Net-SSH-Expect
 Version:        1.09
-Release:        13%{?dist}
+Release:        14%{?dist}
 Summary:        Net-SSH-Expect - SSH wrapper to execute remote commands
 
 Group:          Development/Libraries
@@ -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
@@ -81,6 +81,9 @@ rm -rf %{buildroot}
 %{pvendorlib}/Net/SSH/Expect.pod
 
 %changelog
+* Wed Aug 28 2013 Carl Thompson <fedora at red-dragon.com> - 1.09-14
+- fixed permissions in %files section
+
 * Tue May 14 2013 Carl Thopmson <fedora at red-dragon.com> - 1.09-13
 - added ownership to directories
 


More information about the scm-commits mailing list