From a38911c15e35d4214efed69755329ccbd23d7ca3 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 06:20:04 +0000 Subject: [PATCH] auto-import changelog data from iptables-1.2.3-2.src.rpm Wed Sep 26 2001 Bill Nottingham 1.2.3-2 - fix updating (#53952) --- iptables.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/iptables.spec b/iptables.spec index e82cdf2..2ab7ff0 100644 --- a/iptables.spec +++ b/iptables.spec @@ -1,7 +1,7 @@ Name: iptables Summary: Tools for managing Linux kernel packet filtering capabilities. Version: 1.2.3 -Release: 1 +Release: 2 Source: http://netfilter.kernelnotes.org/%{name}-%{version}.tar.bz2 Source1: iptables.init Patch1: iptables-1.2.2-bug50990.patch @@ -66,7 +66,7 @@ rm -rf $RPM_BUILD_ROOT $RPM_BUILD_DIR/%{name}-%{version} chkconfig --add iptables %preun -if [ "$0" -lt 1 ]; then +if [ $1 = 0 ]; then chkconfig --del iptables fi @@ -84,6 +84,9 @@ fi /lib/iptables/libip6t* %changelog +* Wed Sep 26 2001 Bill Nottingham 1.2.3-2 +- fix updating (#53952) + * Mon Sep 3 2001 Bernhard Rosenkraenzer 1.2.3-1 - 1.2.3 (5 security fixes, some other fixes) - Fix updating (#53032)