]> git.pld-linux.org Git - packages/ipset.git/blobdiff - ipset.spec
- fix building with kernel 5.0
[packages/ipset.git] / ipset.spec
index eeae373250e9c917cb79cd4316a72bf8677d151d..7f310f2caa5e06d89ce7a7a4d73f3537657a1da5 100644 (file)
@@ -22,19 +22,20 @@ exit 1
 %define                _enable_debug_packages  0
 %endif
 
-%define                rel     1
+%define                rel     0.1
 %define                pname   ipset
 Summary:       IP sets utility
 Summary(pl.UTF-8):     Narzędzie do zarządzania zbiorami IP
 Name:          %{pname}%{?_pld_builder:%{?with_kernel:-kernel}}%{_alt_kernel}
-Version:       7.0
+Version:       7.1
 Release:       %{rel}%{?_pld_builder:%{?with_kernel:@%{_kernel_ver_str}}}
 License:       GPL v2
 Group:         Networking/Admin
 #Source0Download: http://ipset.netfilter.org/install.html
 Source0:       http://ipset.netfilter.org/%{pname}-%{version}.tar.bz2
-# Source0-md5: 64c4e2e7123481c9db7ee1df127d9531
+# Source0-md5: 72b477d1ce076d681b0799f88280f2f3
 Source1:       %{pname}.init
+Patch0:                kernel-5.0.patch
 URL:           http://ipset.netfilter.org/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
@@ -185,6 +186,7 @@ done\
 
 %prep
 %setup -q -n %{pname}-%{version}
+%patch0 -p1
 
 %build
 %{__aclocal}
This page took 0.022598 seconds and 4 git commands to generate.