fix conflict iptables-1.4.10-0
authorS.Çağlar Onur <caglar@cs.princeton.edu>
Tue, 25 Jan 2011 19:47:24 +0000 (14:47 -0500)
committerS.Çağlar Onur <caglar@cs.princeton.edu>
Tue, 25 Jan 2011 19:47:24 +0000 (14:47 -0500)
1  2 
iptables.spec

diff --combined iptables.spec
@@@ -1,18 -1,13 +1,13 @@@
- #
- # $Id$
- #
- %define url $URL$
  %define name iptables
 -%define version 1.4.9
 -%define taglevel 1
 +%define version 1.4.10
 +%define taglevel 0
  
  %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
  
  Vendor: PlanetLab
  Packager: PlanetLab Central <support@planet-lab.org>
  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 +25,7 @@@ BuildRequires: libselinux-deve
  BuildRequires: kernel-headers
  Conflicts: kernel < 2.4.20
  Requires(post): chkconfig
+ Requires(post): initscripts
  Requires(preun): chkconfig
  
  %description
@@@ -182,6 -178,9 +178,9 @@@ f
  %{_libdir}/pkgconfig/xtables.pc
  
  %changelog
+ * Sun Jan 23 2011 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - iptables-1.4.9-1
+ - add requires initscripts in deps
  * Wed May 12 2010 S.Çağlar Onur <caglar@cs.princeton.edu> - iptables-1.4.7-5
  - Restart iptables service after package upgrades