From a509453d653ed3a35c724a118d8150e4eab93046 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 06:21:00 +0000 Subject: [PATCH] auto-import iptables-1.2.5-3 from iptables-1.2.5-3.src.rpm --- iptables.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/iptables.spec b/iptables.spec index f45168b..528b8b1 100644 --- a/iptables.spec +++ b/iptables.spec @@ -1,11 +1,12 @@ Name: iptables Summary: Tools for managing Linux kernel packet filtering capabilities. Version: 1.2.5 -Release: 2 +Release: 3 Source: http://netfilter.kernelnotes.org/%{name}-%{version}.tar.bz2 Source1: iptables.init Source2: ip6tables.init Patch1: iptables-1.2.2-bug50990.patch +Patch2: iptables-1.2.5-CVS.patch Group: System Environment/Base URL: http://www.netfilter.org/ BuildRoot: %{_tmppath}/%{name}-buildroot @@ -40,6 +41,7 @@ rm -rf %{buildroot} %setup -q %patch1 -p1 -b .50990 +%patch2 -p1 -b .cvs # Put it to a reasonable place perl -pi -e "s,/usr/local,%{prefix},g" * */* @@ -96,6 +98,9 @@ fi %{_mandir}/*/ip6tables* %changelog +* Mon Mar 4 2002 Bernhard Rosenkraenzer 1.2.5-3 +- Add some fixes from CVS, fixing bug #60465 + * Tue Feb 12 2002 Bernhard Rosenkraenzer 1.2.5-2 - Merge ip6tables improvements from Ian Prowell #59402