[shorewall] Add executable permission to getparams

Jonathan G. Underwood jgu at fedoraproject.org
Sat Mar 5 14:07:57 UTC 2011


commit acde3c590a458c9eb319aa76f1ff472ee43a48e0
Author: Jonathan G. Underwood <jonathan.underwood at gmail.com>
Date:   Sat Mar 5 14:07:49 2011 +0000

    Add executable permission to getparams

 shorewall.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/shorewall.spec b/shorewall.spec
index 4c826e7..ca84259 100644
--- a/shorewall.spec
+++ b/shorewall.spec
@@ -4,7 +4,7 @@
 
 Name:           shorewall
 Version:        4.4.17
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        An iptables front end for firewall configuration
 Group:          Applications/System
 License:        GPLv2+
@@ -214,7 +214,8 @@ fi
 
 %dir %{_datadir}/shorewall
 %attr(0755,root,root) %{_datadir}/shorewall/wait4ifup
-%attr(755,root,root) %{_datadir}/shorewall/compiler.pl
+%attr(0755,root,root) %{_datadir}/shorewall/compiler.pl
+%attr(0755,root,root) %{_datadir}/shorewall/getparams
 %{_datadir}/shorewall/action.*
 %{_datadir}/shorewall/actions.std
 %{_datadir}/shorewall/configpath
@@ -227,7 +228,6 @@ fi
 %{_datadir}/shorewall/Shorewall
 %{_datadir}/shorewall/prog.*
 %{_datadir}/shorewall/helpers
-%{_datadir}/shorewall/getparams
 %dir %{_localstatedir}/lib/shorewall
 
 # Man files - can't use /man5/* here as shorewall-lite also has man5 pages
@@ -380,6 +380,9 @@ fi
 %{_datadir}/shorewall-init/version
 
 %changelog
+* Sat Mar  5 2011 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 4.4.17-2
+- Add executable permission to getparams
+
 * Mon Feb 14 2011 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 4.4.17-1
 - Update to 4.4.17
 


More information about the scm-commits mailing list