diff --git a/.cvsignore b/.cvsignore index 6b6080a..e3e6fcc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -iptables-1.2.1a.tar.bz2 +iptables-1.2.2.tar.bz2 diff --git a/iptables.spec b/iptables.spec index 63032b9..69e1832 100644 --- a/iptables.spec +++ b/iptables.spec @@ -1,9 +1,10 @@ Name: iptables Summary: Tools for managing Linux kernel packet filtering capabilities. -Version: 1.2.1a -Release: 1 +Version: 1.2.2 +Release: 2 Source: http://netfilter.kernelnotes.org/%{name}-%{version}.tar.bz2 Source1: iptables.init +Patch: iptables-1.2.2-save.patch Group: System Environment/Base URL: http://netfilter.kernelnotes.org/ BuildRoot: %{_tmppath}/%{name}-buildroot @@ -42,6 +43,7 @@ network and you're using ipv6. rm -rf %{buildroot} %setup -q +%patch -p1 -b .save # Put it to a reasonable place perl -pi -e "s,/usr/local,%{prefix},g" * */* @@ -85,6 +87,13 @@ chkconfig --del iptables /lib/iptables/libip6t* %changelog +* Tue Jun 26 2001 Bernhard Rosenkraenzer 1.2.2-2 +- Fix iptables-save reject-with (#45632), Patch from Michael Schwendt + + +* Tue May 8 2001 Bernhard Rosenkraenzer 1.2.2-1 +- 1.2.2 + * Wed Mar 21 2001 Bernhard Rosenkraenzer - 1.2.1a, fixes #28412, #31136, #31460, #31133 diff --git a/sources b/sources index 9281f1c..a642d7a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a7196af43f81c33467e658365a043037 iptables-1.2.1a.tar.bz2 +7d065a5d1e7003a0e61bece79a88d903 iptables-1.2.2.tar.bz2