]> git.pld-linux.org Git - packages/xtables-addons.git/blobdiff - xtables-addons.spec
- updated to 3.6
[packages/xtables-addons.git] / xtables-addons.spec
index f261ca4b7a8974ede4f87fd8769cc95c2b2b6d88..80d8722063c0c040e228bcf6c9a64078af2bc3cf 100644 (file)
@@ -1,6 +1,6 @@
 #
-# UPDATE WARNING: xtables-addons 2.0 support only kernels 3.7+
-#
+# UPDATE WARNING: xtables-addons 3.0 support only kernels 4.15+
+#                 xtables-addons 2.0 (XTADDONS_2 branch) support kernels 3.7 - 4.14
 #
 # Conditional build:
 %bcond_without kernel          # don't build kernel modules
@@ -21,28 +21,28 @@ exit 1
 %define                _enable_debug_packages  0
 %endif
 
-%define                rel     3
+%define                rel     1
 %define                pname   xtables-addons
 Summary:       Additional extensions for xtables packet filtering system
 Summary(pl.UTF-8):     Dodatkowe rozszerzenia do systemu filtrowania pakietów xtables
 Name:          %{pname}%{?_pld_builder:%{?with_kernel:-kernel}}%{_alt_kernel}
-Version:       2.5
+Version:       3.6
 Release:       %{rel}%{?_pld_builder:%{?with_kernel:@%{_kernel_ver_str}}}
 License:       GPL v2
 Group:         Networking/Admin
 Source0:       http://downloads.sourceforge.net/xtables-addons/%{pname}-%{version}.tar.xz
-# Source0-md5: 335663ece5fb17c7d0bb24dbdc697eb1
+# Source0-md5: 947dca2a1c6062ccbddf1ea449d89344
 URL:           http://xtables-addons.sourceforge.net/
 BuildRequires: autoconf >= 2.65
 BuildRequires: automake >= 1:1.11
-BuildRequires: iptables-devel >= 1.4.5
-%{?with_kernel:%{expand:%buildrequires_kernel kernel%%{_alt_kernel}-module-build >= 3:3.7.0}}
+BuildRequires: iptables-devel >= 1.6.0
+%{?with_kernel:%{expand:%buildrequires_kernel kernel%%{_alt_kernel}-module-build >= 3:4.18.0}}
 BuildRequires: libtool
-BuildRequires: pkgconfig >= 0.9.0
+BuildRequires: pkgconfig >= 1:0.9.0
 BuildRequires: rpmbuild(macros) >= 1.678
 BuildRequires: tar >= 1.22
 BuildRequires: xz
-Requires:      iptables >= 1.4.5
+Requires:      iptables >= 1.6.0
 Obsoletes:     iptables-ipp2p
 BuildRoot:     %{tmpdir}/%{pname}-%{version}-root-%(id -u -n)
 
This page took 0.027956 seconds and 4 git commands to generate.