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:
parent
ce2e89afc0
commit
ad88bf7951
@ -1 +1 @@
|
||||
iptables-1.2.2.tar.bz2
|
||||
iptables-1.2.3.tar.bz2
|
||||
|
@ -1,11 +1,10 @@
|
||||
Name: iptables
|
||||
Summary: Tools for managing Linux kernel packet filtering capabilities.
|
||||
Version: 1.2.2
|
||||
Release: 3
|
||||
Version: 1.2.3
|
||||
Release: 1
|
||||
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
|
||||
Patch1: iptables-1.2.2-bug50990.patch
|
||||
Group: System Environment/Base
|
||||
URL: http://netfilter.kernelnotes.org/
|
||||
BuildRoot: %{_tmppath}/%{name}-buildroot
|
||||
@ -17,35 +16,29 @@ Requires(post,postun): chkconfig
|
||||
Prefix: %{_prefix}
|
||||
|
||||
%package ipv6
|
||||
Summary: IPv6 support for iptables
|
||||
Summary: IPv6 support for iptables.
|
||||
Group: System Environment/Base
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description
|
||||
iptables controls the Linux kernel network packet filtering code.
|
||||
It allows you to set up firewalls and IP masquerading, etc.
|
||||
|
||||
Install iptables if you need to set up firewalling for your
|
||||
network.
|
||||
The iptables utility controls the network packet filtering code in the
|
||||
Linux kernel. If you need to set up firewalls and/or IP masquerading,
|
||||
you should install this package.
|
||||
|
||||
%description ipv6
|
||||
IPv6 support for iptables.
|
||||
|
||||
iptables controls the Linux kernel network packet filtering code.
|
||||
It allows you to set up firewalls and IP masquerading, etc.
|
||||
|
||||
IPv6 is the next version of the IP protocol.
|
||||
The iptables package contains IPv6 (the next version of the IP
|
||||
protocol) support for iptables. Iptables controls the Linux kernel
|
||||
network packet filtering code, allowing you to set up firewalls and IP
|
||||
masquerading.
|
||||
|
||||
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
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%setup -q
|
||||
%patch -p1 -b .save
|
||||
%patch1 -p1 -b .cvs
|
||||
%patch1 -p1 -b .50990
|
||||
# Put it to a reasonable place
|
||||
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
|
||||
|
||||
%preun
|
||||
chkconfig --del iptables
|
||||
if [ "$0" -lt 1 ]; then
|
||||
chkconfig --del iptables
|
||||
fi
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,0755)
|
||||
@ -89,6 +84,14 @@ chkconfig --del iptables
|
||||
/lib/iptables/libip6t*
|
||||
|
||||
%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
|
||||
- Add some fixes from the current CVS tree; fixes #49154 and some IPv6
|
||||
issues
|
||||
|
Loading…
Reference in New Issue
Block a user