rpms/shorewall/EL-4 shorewall.spec,1.9,1.10

Jonathan G. Underwood (jgu) fedora-extras-commits at redhat.com
Wed Feb 6 00:36:20 UTC 2008


Author: jgu

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

Modified Files:
	shorewall.spec 
Log Message:
* Wed Feb  6 2008 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 4.0.8-2
- Add upstream patches patch-perl-4.0.8-1.diff and patch-perl-4.0.8-2.diff



Index: shorewall.spec
===================================================================
RCS file: /cvs/extras/rpms/shorewall/EL-4/shorewall.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- shorewall.spec	27 Jan 2008 23:37:38 -0000	1.9
+++ shorewall.spec	6 Feb 2008 00:35:39 -0000	1.10
@@ -11,7 +11,7 @@
 
 Name:           shorewall
 Version:	4.0.8
-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-perl-4.0.8-1.diff
+Patch3:		patch-perl-4.0.8-2.diff
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	perl
@@ -100,6 +102,9 @@
 %patch1 -p1
 popd
 
+%patch2 -p0
+%patch3 -p0
+
 # Remove hash-bang from files which are not directly executed as shell
 # scripts. This silences some rpmlint errors.
 find . -name "lib.*" -exec sed -i -e '/\#\!\/bin\/sh/d' {} \;
@@ -263,6 +268,9 @@
 %{_mandir}/man8/shorewall-lite.8.gz
 
 %changelog
+* Wed Feb  6 2008 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 4.0.8-2
+- Add upstream patches patch-perl-4.0.8-1.diff and patch-perl-4.0.8-2.diff
+
 * Sun Jan  27 2008 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 4.0.8-1
 - Update to version 4.0.8
 - Remove 4.0.7 patches




More information about the fedora-extras-commits mailing list