[shorewall] Make files in libexec directory executable

Jonathan G. Underwood jgu at fedoraproject.org
Sat Jul 23 17:59:13 UTC 2011


commit aa229e5dc850f08ac6a7d7177bb5363ec619a49a
Author: Jonathan G. Underwood <jonathan.underwood at gmail.com>
Date:   Sat Jul 23 18:58:41 2011 +0100

    Make files in libexec directory executable

 shorewall.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/shorewall.spec b/shorewall.spec
index a63d06d..759af1b 100644
--- a/shorewall.spec
+++ b/shorewall.spec
@@ -6,7 +6,7 @@
 
 Name:           shorewall
 Version:        %{mainver}.1
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        An iptables front end for firewall configuration
 Group:          Applications/System
 License:        GPLv2+
@@ -147,6 +147,9 @@ for i in $targets; do
     popd
 done
 
+# Make files under libexec executable
+chmod 755 $RPM_BUILD_ROOT%{_libexecdir}/shorewall/*
+
 # Install systemd service files
 install -d $RPM_BUILD_ROOT%{_unitdir}
 install -m 644 %SOURCE10 %SOURCE11 %SOURCE12 %SOURCE13 %SOURCE14 $RPM_BUILD_ROOT%{_unitdir}
@@ -401,6 +404,9 @@ fi
 %{_libexecdir}/shorewall-init
 
 %changelog
+* Sat Jul 23 2011 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 4.4.21-5
+- Make libexec files executable
+
 * Sat Jul 23 2011 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 4.4.21-4
 - Switch to systemd initialization
 


More information about the scm-commits mailing list