rpms/shorewall/devel shorewall.spec,1.75,1.76

Jonathan G. Underwood jgu at fedoraproject.org
Tue Mar 24 15:55:45 UTC 2009


Author: jgu

Update of /cvs/extras/rpms/shorewall/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14097

Modified Files:
	shorewall.spec 
Log Message:
* Tue Mar 24 2009 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 4.2.7-2
- Make the perl compiler the default. Drop shorewall-shell requirement from
  shorewall package



Index: shorewall.spec
===================================================================
RCS file: /cvs/extras/rpms/shorewall/devel/shorewall.spec,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- shorewall.spec	24 Mar 2009 13:14:20 -0000	1.75
+++ shorewall.spec	24 Mar 2009 15:55:14 -0000	1.76
@@ -11,7 +11,7 @@
 
 Name:           shorewall
 Version:        %{major_ver}
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        An iptables front end for firewall configuration
 Group:          Applications/System
 License:        GPLv2+
@@ -34,7 +34,6 @@
 
 Requires:       shorewall-common = %{common_ver}-%{release}
 Requires:       shorewall-perl = %{perl_ver}-%{release}
-Requires:       shorewall-shell = %{shell_ver}-%{release}
 
 %description
 The Shoreline Firewall, more commonly known as "Shorewall", is a
@@ -148,6 +147,11 @@
 # scripts. This silences some rpmlint errors.
 find . -name "lib.*" -exec sed -i -e '/\#\!\/bin\/sh/d' {} \;
 
+# Make the perl compiler the default
+pushd shorewall-common-%{common_ver}
+sed -e 's|SHOREWALL_COMPILER=|SHOREWALL_COMPILER=perl|'
+popd
+
 %build
 
 %install
@@ -405,6 +409,10 @@
 %attr(0755,root,root) %{_datadir}/shorewall6-lite/wait4ifup
 
 %changelog
+* Tue Mar 24 2009 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 4.2.7-2
+- Make the perl compiler the default. Drop shorewall-shell requirement from
+  shorewall package
+
 * Tue Mar 24 2009 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 4.2.7-1
 - Update to version 4.2.7
 




More information about the fedora-extras-commits mailing list