]> git.pld-linux.org Git - packages/ipset.git/commitdiff
- rel 17 auto/th/ipset-6_9_1-17
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 14 Feb 2012 20:18:41 +0000 (20:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- drop our -dist hack

Changed files:
    ipset-config_dist.patch -> 1.3
    ipset.spec -> 1.145

ipset-config_dist.patch [deleted file]
ipset.spec

diff --git a/ipset-config_dist.patch b/ipset-config_dist.patch
deleted file mode 100644 (file)
index 89b5dcf..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- ipset-6.6/configure.ac~    2011-05-24 10:28:55.000000000 +0200
-+++ ipset-6.6/configure.ac     2011-05-26 14:03:37.703069144 +0200
-@@ -44,7 +44,7 @@
-       AC_MSG_ERROR([Invalid kernel source directory $ksourcedir])
- fi
--if test ! -e "$kbuilddir/.config"
-+if test ! -e "$kbuilddir/config-dist"
- then
-       AC_MSG_ERROR([The kernel build directory $kbuilddir is not configured])
- fi
index 2f2ab9466f1682f56851e0419ac052f0cb469d96..03ed28da3d91511feb9d2484386b12745a9dfdbb 100644 (file)
@@ -20,7 +20,7 @@
 %define                _enable_debug_packages  0
 %endif
 
-%define                rel     16
+%define                rel     17
 %define                pname   ipset
 Summary:       IP sets utility
 Summary(pl.UTF-8):     Narzędzie do zarządzania zbiorami IP
@@ -33,9 +33,8 @@ Group:                Networking/Admin
 Source0:       http://ipset.netfilter.org/%{pname}-%{version}.tar.bz2
 # Source0-md5: 71f4b826e025be5918a52e9843673167
 Source1:       %{pname}.init
-Patch0:                %{pname}-config_dist.patch
-Patch1:                %{pname}-no_kernel.patch
-Patch2:                %{pname}-hash-net-if-fix.patch
+Patch0:                %{pname}-no_kernel.patch
+Patch1:                %{pname}-hash-net-if-fix.patch
 URL:           http://ipset.netfilter.org/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
@@ -134,12 +133,8 @@ Ten pakiet zawiera moduły jądra oferujące wsparcie dla zbiorów IP.
 
 %prep
 %setup -q -n %{pname}-%{version}
-%if %{with kernel}
-%{?with_dist_kernel:%patch0 -p1}
-%else
+%{!?with_kernel:%patch0 -p1}
 %patch1 -p1
-%endif
-%patch2 -p1
 
 %build
 %{__libtoolize}
This page took 0.175624 seconds and 4 git commands to generate.