auto-import changelog data from iptables-1.2.3-2.src.rpm
Wed Sep 26 2001 Bill Nottingham <notting@redhat.com> 1.2.3-2 - fix updating (#53952)
This commit is contained in:
parent
ad88bf7951
commit
a38911c15e
@ -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 <notting@redhat.com> 1.2.3-2
|
||||
- fix updating (#53952)
|
||||
|
||||
* 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)
|
||||
|
Loading…
Reference in New Issue
Block a user