rpms/shorewall/EL-4 shorewall.spec,1.14,1.15

Jonathan G. Underwood (jgu) fedora-extras-commits at redhat.com
Sun May 4 22:44:55 UTC 2008


Author: jgu

Update of /cvs/extras/rpms/shorewall/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30181

Modified Files:
	shorewall.spec 
Log Message:
* Sun May  4 2008 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 4.0.10-2
- Add upstream patches patch-perl-4.0.10-1.diff and patch-common-4.0.10-1.diff



Index: shorewall.spec
===================================================================
RCS file: /cvs/extras/rpms/shorewall/EL-4/shorewall.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- shorewall.spec	6 Apr 2008 00:22:18 -0000	1.14
+++ shorewall.spec	4 May 2008 22:44:10 -0000	1.15
@@ -11,7 +11,7 @@
 
 Name:           shorewall
 Version:	4.0.10
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	An iptables front end for firewall configuration
 Group:		Applications/System
 License:	GPLv2+
@@ -24,6 +24,8 @@
 Source3: 	%{_baseurl}%{name}-lite-%{version}.tar.bz2
 Patch0: 	shorewall-4.0.4-init.patch
 Patch1: 	shorewall-lite-4.0.4-init.patch
+Patch2:		patch-common-4.0.10-1.diff
+Patch3:		patch-perl-4.0.10-1.diff
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	perl
@@ -104,6 +106,14 @@
 # scripts. This silences some rpmlint errors.
 find . -name "lib.*" -exec sed -i -e '/\#\!\/bin\/sh/d' {} \;
 
+pushd shorewall-common-%{version}
+%patch2 -p0
+popd
+
+pushd shorewall-perl-%{version}
+%patch3 -p0
+popd
+
 %build
 
 %install
@@ -263,6 +273,9 @@
 %{_mandir}/man8/shorewall-lite.8.gz
 
 %changelog
+* Sun May  4 2008 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 4.0.10-2
+- Add upstream patches patch-perl-4.0.10-1.diff and patch-common-4.0.10-1.diff
+
 * Sun Apr  6 2008 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 4.0.10-1
 - Update to version 4.0.10
 - Remove 4.0.9 patches




More information about the fedora-extras-commits mailing list