[shorewall/f15] Make files in libexec directory executable

Jonathan G. Underwood jgu at fedoraproject.org
Sat Jul 23 18:05:40 UTC 2011


commit 2c41741a901a7e0c383899c7877ba54b99eb16f3
Author: Jonathan G. Underwood <jonathan.underwood at gmail.com>
Date:   Sat Jul 23 19:05:16 2011 +0100

    Make files in libexec directory executable

 shorewall.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/shorewall.spec b/shorewall.spec
index 737de26..a607fc3 100644
--- a/shorewall.spec
+++ b/shorewall.spec
@@ -5,8 +5,10 @@
 # which is found at http://www.shorewall.net/Anatomy.html
 
 Name:           shorewall
+# Note that we need to maintain the evr < 4.4.21.4 so as not to break switch
+# over to systemd in F16/EL7
 Version:        %{mainver}.1
-Release:        3%{?dist}
+Release:        3%{?dist}.1
 Summary:        An iptables front end for firewall configuration
 Group:          Applications/System
 License:        GPLv2+
@@ -148,6 +150,9 @@ for i in $targets; do
     popd
 done
 
+# Make files under libexec executable
+chmod 755 $RPM_BUILD_ROOT%{_libexecdir}/shorewall/*
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -312,6 +317,9 @@ fi
 %{_libexecdir}/shorewall-init
 
 %changelog
+* Sat Jul 23 2011 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 4.4.21.1-3.1
+- Make files in libexec directory executable
+
 * Thu Jul 21 2011 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 4.4.21-3
 - Properly use PERLLIB environment variable for installation of the perl libraries
 


More information about the scm-commits mailing list