diff --git a/iptables.spec b/iptables.spec index c259aa3..695c2ae 100644 --- a/iptables.spec +++ b/iptables.spec @@ -4,7 +4,7 @@ Name: iptables Summary: Tools for managing Linux kernel packet filtering capabilities. Version: 1.2.9 -Release: 1.2 +Release: 2.3.1 Source: http://www.netfilter.org/%{name}-%{version}.tar.bz2 Source1: iptables.init Source2: iptables-config @@ -15,6 +15,7 @@ Patch2: iptables-1.2.8-nolibnsl.patch Patch3: iptables-1.2.8-print_type.patch Patch4: iptables-1.2.9-netlink.patch Patch5: iptables-1.2.9-selinux.patch +Patch6: iptables-1.2.9-counters.patch Group: System Environment/Base URL: http://www.netfilter.org/ BuildRoot: %{_tmppath}/%{name}-buildroot @@ -70,6 +71,7 @@ cd .. %patch3 -p1 -b .print_type %patch4 -p1 -b .netlink %patch5 -p1 -b .selinux +%patch6 -p1 -b .counters # Put it to a reasonable place find . -type f -exec perl -pi -e "s,/usr/local,%{prefix},g" {} \; @@ -144,6 +146,15 @@ fi %endif %changelog +* Tue Mar 02 2004 Elliot Lee +- rebuilt + +* Thu Feb 26 2004 Thomas Woerner 1.2.9-2.3 +- fixed iptables-restore -c fault if there are no counters (#116421) + +* Fri Feb 13 2004 Elliot Lee +- rebuilt + * Sun Jan 25 2004 Dan Walsh 1.2.9-1.2 - Close File descriptors to prevent SELinux error message