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