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

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


commit adc263d9de0a04124df9d0d6a2460f6535a791dc
Author: Carl Thompson <fedora at red-dragon.com>
Date:   Wed Aug 28 09:38:34 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 134d572..fca514c 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:        12%{?dist}
+Release:        13%{?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-13
+- fixed permissions in %files section
+
 * Tue May 14 2013 Carl Thopmson <fedora at red-dragon.com> - 1.09-12
 - added ownership to directories
 


More information about the scm-commits mailing list