X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=iptables.spec;h=dd141499db7fb3e6455a5acfaea8fb99f0121b20;hb=45a3198dfe294394ccbb888da15d5bbfc0823ca7;hp=cc87f97131e3820cb0a726c1ff5a16d8ee3ef549;hpb=03fd643ee5bdb83ece1dff26ef0cb29e593980dc;p=iptables.git diff --git a/iptables.spec b/iptables.spec index cc87f97..dd14149 100644 --- a/iptables.spec +++ b/iptables.spec @@ -1,18 +1,13 @@ -# -# $Id$ -# -%define url $URL$ - %define name iptables -%define version 1.4.8 -%define taglevel 5 +%define version 1.4.10 +%define taglevel 2 %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} @@ -30,6 +25,7 @@ BuildRequires: libselinux-devel BuildRequires: kernel-headers Conflicts: kernel < 2.4.20 Requires(post): chkconfig +Requires(post): initscripts Requires(preun): chkconfig %description @@ -182,6 +178,15 @@ fi %{_libdir}/pkgconfig/xtables.pc %changelog +* Thu Jan 27 2011 S.Çağlar Onur - iptables-1.4.10-2 +- Fix the patch + +* Wed Jan 26 2011 S.Çağlar Onur - iptables-1.4.10-1 +- Fix incorrect sha1sum + +* Sun Jan 23 2011 Thierry Parmentelat - iptables-1.4.9-1 +- add requires initscripts in deps + * Wed May 12 2010 S.Çağlar Onur - iptables-1.4.7-5 - Restart iptables service after package upgrades