auto-import iptables-1.2.5-3 from iptables-1.2.5-3.src.rpm
This commit is contained in:
parent
5cb149b6bb
commit
a509453d65
@ -1,11 +1,12 @@
|
||||
Name: iptables
|
||||
Summary: Tools for managing Linux kernel packet filtering capabilities.
|
||||
Version: 1.2.5
|
||||
Release: 2
|
||||
Release: 3
|
||||
Source: http://netfilter.kernelnotes.org/%{name}-%{version}.tar.bz2
|
||||
Source1: iptables.init
|
||||
Source2: ip6tables.init
|
||||
Patch1: iptables-1.2.2-bug50990.patch
|
||||
Patch2: iptables-1.2.5-CVS.patch
|
||||
Group: System Environment/Base
|
||||
URL: http://www.netfilter.org/
|
||||
BuildRoot: %{_tmppath}/%{name}-buildroot
|
||||
@ -40,6 +41,7 @@ rm -rf %{buildroot}
|
||||
|
||||
%setup -q
|
||||
%patch1 -p1 -b .50990
|
||||
%patch2 -p1 -b .cvs
|
||||
# Put it to a reasonable place
|
||||
perl -pi -e "s,/usr/local,%{prefix},g" * */*
|
||||
|
||||
@ -96,6 +98,9 @@ fi
|
||||
%{_mandir}/*/ip6tables*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 4 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.5-3
|
||||
- Add some fixes from CVS, fixing bug #60465
|
||||
|
||||
* Tue Feb 12 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.5-2
|
||||
- Merge ip6tables improvements from Ian Prowell <iprowell@prowell.org>
|
||||
#59402
|
||||
|
Loading…
Reference in New Issue
Block a user