auto-import changelog data from iptables-1.2.2-3.src.rpm

Mon Jul 16 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.2-3
- Add some fixes from the current CVS tree; fixes #49154 and some IPv6
    issues
This commit is contained in:
cvsdist 2004-09-09 06:19:48 +00:00
parent bf29de241d
commit ce2e89afc0

View File

@ -1,10 +1,11 @@
Name: iptables Name: iptables
Summary: Tools for managing Linux kernel packet filtering capabilities. Summary: Tools for managing Linux kernel packet filtering capabilities.
Version: 1.2.2 Version: 1.2.2
Release: 2 Release: 3
Source: http://netfilter.kernelnotes.org/%{name}-%{version}.tar.bz2 Source: http://netfilter.kernelnotes.org/%{name}-%{version}.tar.bz2
Source1: iptables.init Source1: iptables.init
Patch: iptables-1.2.2-save.patch Patch: iptables-1.2.2-save.patch
Patch1: iptables-1.2.2-cvsfixes.patch
Group: System Environment/Base Group: System Environment/Base
URL: http://netfilter.kernelnotes.org/ URL: http://netfilter.kernelnotes.org/
BuildRoot: %{_tmppath}/%{name}-buildroot BuildRoot: %{_tmppath}/%{name}-buildroot
@ -44,6 +45,7 @@ rm -rf %{buildroot}
%setup -q %setup -q
%patch -p1 -b .save %patch -p1 -b .save
%patch1 -p1 -b .cvs
# Put it to a reasonable place # Put it to a reasonable place
perl -pi -e "s,/usr/local,%{prefix},g" * */* perl -pi -e "s,/usr/local,%{prefix},g" * */*
@ -87,6 +89,10 @@ chkconfig --del iptables
/lib/iptables/libip6t* /lib/iptables/libip6t*
%changelog %changelog
* Mon Jul 16 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.2-3
- Add some fixes from the current CVS tree; fixes #49154 and some IPv6
issues
* Tue Jun 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.2-2 * Tue Jun 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.2-2
- Fix iptables-save reject-with (#45632), Patch from Michael Schwendt - Fix iptables-save reject-with (#45632), Patch from Michael Schwendt
<mschwendt@yahoo.com> <mschwendt@yahoo.com>