auto-import changelog data from iptables-1.2.9-2.3.1.src.rpm
Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Thu Feb 26 2004 Thomas Woerner <twoerner@redhat.com> 1.2.9-2.3 - fixed iptables-restore -c fault if there are no counters (#116421) Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt
This commit is contained in:
parent
c76d6f02d4
commit
f01425b3e6
@ -4,7 +4,7 @@
|
|||||||
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.9
|
Version: 1.2.9
|
||||||
Release: 1.2
|
Release: 2.3.1
|
||||||
Source: http://www.netfilter.org/%{name}-%{version}.tar.bz2
|
Source: http://www.netfilter.org/%{name}-%{version}.tar.bz2
|
||||||
Source1: iptables.init
|
Source1: iptables.init
|
||||||
Source2: iptables-config
|
Source2: iptables-config
|
||||||
@ -15,6 +15,7 @@ Patch2: iptables-1.2.8-nolibnsl.patch
|
|||||||
Patch3: iptables-1.2.8-print_type.patch
|
Patch3: iptables-1.2.8-print_type.patch
|
||||||
Patch4: iptables-1.2.9-netlink.patch
|
Patch4: iptables-1.2.9-netlink.patch
|
||||||
Patch5: iptables-1.2.9-selinux.patch
|
Patch5: iptables-1.2.9-selinux.patch
|
||||||
|
Patch6: iptables-1.2.9-counters.patch
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://www.netfilter.org/
|
URL: http://www.netfilter.org/
|
||||||
BuildRoot: %{_tmppath}/%{name}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-buildroot
|
||||||
@ -70,6 +71,7 @@ cd ..
|
|||||||
%patch3 -p1 -b .print_type
|
%patch3 -p1 -b .print_type
|
||||||
%patch4 -p1 -b .netlink
|
%patch4 -p1 -b .netlink
|
||||||
%patch5 -p1 -b .selinux
|
%patch5 -p1 -b .selinux
|
||||||
|
%patch6 -p1 -b .counters
|
||||||
|
|
||||||
# Put it to a reasonable place
|
# Put it to a reasonable place
|
||||||
find . -type f -exec perl -pi -e "s,/usr/local,%{prefix},g" {} \;
|
find . -type f -exec perl -pi -e "s,/usr/local,%{prefix},g" {} \;
|
||||||
@ -144,6 +146,15 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Thu Feb 26 2004 Thomas Woerner <twoerner@redhat.com> 1.2.9-2.3
|
||||||
|
- fixed iptables-restore -c fault if there are no counters (#116421)
|
||||||
|
|
||||||
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
* Sun Jan 25 2004 Dan Walsh <dwalsh@redhat.com> 1.2.9-1.2
|
* Sun Jan 25 2004 Dan Walsh <dwalsh@redhat.com> 1.2.9-1.2
|
||||||
- Close File descriptors to prevent SELinux error message
|
- Close File descriptors to prevent SELinux error message
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user