Author: kwizart
Update of /cvs/free/rpms/xtables-addons/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv31319/devel
Modified Files:
ipset.init xtables-addons.spec
Log Message:
Fix ipset path in F-16 and later
Index: ipset.init
===================================================================
RCS file: /cvs/free/rpms/xtables-addons/devel/ipset.init,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ipset.init 28 Jun 2010 09:40:23 -0000 1.1
+++ ipset.init 14 Jun 2012 09:28:33 -0000 1.2
@@ -25,7 +25,7 @@
IPSET_CONFIG=/etc/sysconfig/${IPSET}-config
VAR_SUBSYS_IPSET=/var/lock/subsys/$IPSET
-if [ ! -x /sbin/$IPSET ]; then
+if [ ! -x /usr/sbin/$IPSET ]; then
echo -n $"${IPSET}: /sbin/$IPSET does not exist."; warning; echo
exit 5
fi
Index: xtables-addons.spec
===================================================================
RCS file: /cvs/free/rpms/xtables-addons/devel/xtables-addons.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xtables-addons.spec 5 Jun 2012 22:20:19 -0000 1.11
+++ xtables-addons.spec 14 Jun 2012 09:28:33 -0000 1.12
@@ -1,7 +1,7 @@
Name: xtables-addons
Summary: Extensions targets and matches for iptables
Version: 1.42
-Release: 2%{?dist}
+Release: 3%{?dist}
# The entire source code is GPLv2 except ACCOUNT/libxt_ACCOUNT_cl.* which is LGPLv2
License: GPLv2 and LGPLv2
Group: System Environment/Base
@@ -91,6 +91,9 @@
%{_mandir}/man?/*
%changelog
+* Thu Jun 14 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.42-3
+- Fix ipset path in F-16 and later
+
* Tue Jun 05 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.42-2
- Fix for UsrMove - rfbz#2360
- Fix Conflict with ipset - rfbz#2201