X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=iptables.spec;h=0687ae0688d1e21bb5a97bd4037912f0d2453370;hb=569d4178609727e0c2c5f94e86ec91c5248672d8;hp=c7100a3a23eadd9e4b6fb62ec77d56427f8f7f33;hpb=ca43507d57a4b5b0734758581d039c284f193c6a;p=iptables.git diff --git a/iptables.spec b/iptables.spec index c7100a3..0687ae0 100644 --- a/iptables.spec +++ b/iptables.spec @@ -1,18 +1,13 @@ -# -# $Id$ -# -%define url $URL$ - %define name iptables -%define version 1.4.7 -%define taglevel 1 +%define version 1.4.9 +%define taglevel 0 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} Vendor: PlanetLab Packager: PlanetLab Central Distribution: PlanetLab %{plrelease} -URL: %(echo %{url} | cut -d ' ' -f 2) +URL: %{SCMURL} Summary: Tools for managing Linux kernel packet filtering capabilities Name: %{name} @@ -24,13 +19,13 @@ Source2: iptables-config Source3: planetlab-config Patch1: copy-xid.patch Group: System Environment/Base -URL: http://www.netfilter.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root License: GPLv2 BuildRequires: libselinux-devel BuildRequires: kernel-headers Conflicts: kernel < 2.4.20 Requires(post): chkconfig +Requires(post): service Requires(preun): chkconfig %description @@ -122,6 +117,7 @@ rm -rf %{buildroot} %post /sbin/ldconfig /sbin/chkconfig --add iptables +service iptables restart %postun -p /sbin/ldconfig @@ -182,6 +178,19 @@ fi %{_libdir}/pkgconfig/xtables.pc %changelog +* Wed May 12 2010 S.Çağlar Onur - iptables-1.4.7-5 +- Restart iptables service after package upgrades + +* Mon May 10 2010 S.Çağlar Onur - iptables-1.4.7-4 +- Restore iIPTABLES_MODULES list + +* Mon May 03 2010 S.Çağlar Onur - iptables-1.4.7-3 +- drop backward compatibility with older iptables versions as new kernels only support v2 +- remove unused modules from iptables-config file + +* Wed Apr 14 2010 Thierry Parmentelat - iptables-1.4.7-2 +- fixed specfile for duplicate URL + * Wed Mar 24 2010 Thomas Woerner 1.4.7-2 - added default values for IPTABLES_STATUS_VERBOSE and IPTABLES_STATUS_LINENUMBERS in init script