From ce2e89afc091adf7f08acd23251ff9cc0a5332e2 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 06:19:48 +0000 Subject: [PATCH] auto-import changelog data from iptables-1.2.2-3.src.rpm Mon Jul 16 2001 Bernhard Rosenkraenzer 1.2.2-3 - Add some fixes from the current CVS tree; fixes #49154 and some IPv6 issues --- iptables.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/iptables.spec b/iptables.spec index 69e1832..5a5e5e4 100644 --- a/iptables.spec +++ b/iptables.spec @@ -1,10 +1,11 @@ Name: iptables Summary: Tools for managing Linux kernel packet filtering capabilities. Version: 1.2.2 -Release: 2 +Release: 3 Source: http://netfilter.kernelnotes.org/%{name}-%{version}.tar.bz2 Source1: iptables.init Patch: iptables-1.2.2-save.patch +Patch1: iptables-1.2.2-cvsfixes.patch Group: System Environment/Base URL: http://netfilter.kernelnotes.org/ BuildRoot: %{_tmppath}/%{name}-buildroot @@ -44,6 +45,7 @@ rm -rf %{buildroot} %setup -q %patch -p1 -b .save +%patch1 -p1 -b .cvs # Put it to a reasonable place perl -pi -e "s,/usr/local,%{prefix},g" * */* @@ -87,6 +89,10 @@ chkconfig --del iptables /lib/iptables/libip6t* %changelog +* Mon Jul 16 2001 Bernhard Rosenkraenzer 1.2.2-3 +- Add some fixes from the current CVS tree; fixes #49154 and some IPv6 + issues + * Tue Jun 26 2001 Bernhard Rosenkraenzer 1.2.2-2 - Fix iptables-save reject-with (#45632), Patch from Michael Schwendt