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

Carl Thompson redragon at fedoraproject.org
Wed Aug 28 14:40:33 UTC 2013


commit d7b040bdb753f63faadb9bc7419dca14df8842bb
Author: Carl Thompson <fedora at red-dragon.com>
Date:   Wed Aug 28 09:39:25 2013 -0500

    fixed permissions 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 19db3fe..c23a1a1 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:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Net-SSH-Expect - SSH wrapper to execute remote commands
 
 Group:          Development/Libraries
@@ -68,7 +68,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
@@ -76,6 +76,9 @@ rm -rf %{buildroot}
 %{pvendorlib}/Net/SSH/Expect.pod
 
 %changelog
+* Wed Aug 28 2013 Carl Thompson <fedora at red-dragon.com> - 1.09-7
+- fixed permissions in %files section
+
 * Tue May 14 2013 Carl Thopmson <fedora at red-dragon.com> - 1.09-6
 - added ownership to directories
 


More information about the scm-commits mailing list