auto-import changelog data from iptables-1.2.3-1.src.rpm

Mon Sep 03 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.3-1
- 1.2.3 (5 security fixes, some other fixes)
- Fix updating (#53032)
Mon Aug 27 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.2-4
- Fix #50990
- Add some fixes from current CVS; should fix #52620
This commit is contained in:
cvsdist 2004-09-09 06:19:55 +00:00
parent ce2e89afc0
commit ad88bf7951
3 changed files with 26 additions and 23 deletions

View File

@ -1 +1 @@
iptables-1.2.2.tar.bz2 iptables-1.2.3.tar.bz2

View File

@ -1,11 +1,10 @@
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.3
Release: 3 Release: 1
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 Patch1: iptables-1.2.2-bug50990.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
@ -17,35 +16,29 @@ Requires(post,postun): chkconfig
Prefix: %{_prefix} Prefix: %{_prefix}
%package ipv6 %package ipv6
Summary: IPv6 support for iptables Summary: IPv6 support for iptables.
Group: System Environment/Base Group: System Environment/Base
Requires: %{name} = %{version} Requires: %{name} = %{version}
%description %description
iptables controls the Linux kernel network packet filtering code. The iptables utility controls the network packet filtering code in the
It allows you to set up firewalls and IP masquerading, etc. Linux kernel. If you need to set up firewalls and/or IP masquerading,
you should install this package.
Install iptables if you need to set up firewalling for your
network.
%description ipv6 %description ipv6
IPv6 support for iptables. The iptables package contains IPv6 (the next version of the IP
protocol) support for iptables. Iptables controls the Linux kernel
iptables controls the Linux kernel network packet filtering code. network packet filtering code, allowing you to set up firewalls and IP
It allows you to set up firewalls and IP masquerading, etc. masquerading.
IPv6 is the next version of the IP protocol.
Install iptables-ipv6 if you need to set up firewalling for your Install iptables-ipv6 if you need to set up firewalling for your
network and you're using ipv6. network and you are using ipv6.
%prep %prep
rm -rf %{buildroot} rm -rf %{buildroot}
%setup -q %setup -q
%patch -p1 -b .save %patch1 -p1 -b .50990
%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" * */*
@ -73,7 +66,9 @@ rm -rf $RPM_BUILD_ROOT $RPM_BUILD_DIR/%{name}-%{version}
chkconfig --add iptables chkconfig --add iptables
%preun %preun
chkconfig --del iptables if [ "$0" -lt 1 ]; then
chkconfig --del iptables
fi
%files %files
%defattr(-,root,root,0755) %defattr(-,root,root,0755)
@ -89,6 +84,14 @@ chkconfig --del iptables
/lib/iptables/libip6t* /lib/iptables/libip6t*
%changelog %changelog
* Mon Sep 3 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.3-1
- 1.2.3 (5 security fixes, some other fixes)
- Fix updating (#53032)
* Mon Aug 27 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.2-4
- Fix #50990
- Add some fixes from current CVS; should fix #52620
* Mon Jul 16 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.2-3 * 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 - Add some fixes from the current CVS tree; fixes #49154 and some IPv6
issues issues

View File

@ -1 +1 @@
7d065a5d1e7003a0e61bece79a88d903 iptables-1.2.2.tar.bz2 68c55130d68a03c451de0ac900c67448 iptables-1.2.3.tar.bz2