forked from pool/xtables-addons
Xtables-addons 1.35
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/xtables-addons?expand=0&rev=26
This commit is contained in:
parent
e1e413a463
commit
9b5397cb7c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e258efc2da84d3254869d18035b7a3436fcde824cae938571733293ec1f43933
|
||||
size 418684
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.16 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAk2dzeEACgkQ92gFgoRMQ2CBjQCfVXcoAIuTwdgSCEyYgtsbQzCs
|
||||
qvgAmwSnpyWbz9//530DQ1cqA0Qk5tXM
|
||||
=kieI
|
||||
-----END PGP SIGNATURE-----
|
3
xtables-addons-1.35.tar.xz
Normal file
3
xtables-addons-1.35.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d57b40178e994e4c0e5d9eea16f3d387c253673011a7535f5b1c4abe9e2564be
|
||||
size 420500
|
7
xtables-addons-1.35.tar.xz.asc
Normal file
7
xtables-addons-1.35.tar.xz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.16 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAk2jaOEACgkQ92gFgoRMQ2APZwCdEz2qJF6qUBhXxuv4rofQ7DaW
|
||||
y6oAnAmdzwFsImfYY6lkpRICkbz4jN7N
|
||||
=AJVd
|
||||
-----END PGP SIGNATURE-----
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: xtables-addons
|
||||
Version: 1.34
|
||||
Version: 1.35
|
||||
Release: 1
|
||||
Group: Productivity/Networking/Security
|
||||
Summary: IP Packet Filter Administration Extensions
|
||||
@ -36,7 +36,7 @@ BuildRequires: pkg-config >= 0.23 xz
|
||||
Recommends: %name-kmp
|
||||
# Yes, we've got a lot of good stuff!
|
||||
%if 0%{?suse_version} > 1130
|
||||
Provides: ipset = 5.4
|
||||
Provides: ipset = 6.3
|
||||
%else
|
||||
Provides: ipset = 4.5
|
||||
%endif
|
||||
@ -75,9 +75,9 @@ if [ ! -e configure ]; then
|
||||
./autogen.sh;
|
||||
fi;
|
||||
%if 0%{?suse_version} >= 1140
|
||||
# Has 2.6.37
|
||||
perl -i -pe 's{^build_ipset4=.*}{build_ipset4=}' mconfig;
|
||||
perl -i -pe 's{^build_ipset5=.*}{build_ipset5=m}' mconfig;
|
||||
# ipset6-genl needs >=2.6.35
|
||||
echo "build_ipset4=" >>mconfig;
|
||||
echo "build_ipset6=m" >>mconfig;
|
||||
%endif
|
||||
pushd ../;
|
||||
for flavor in %flavors_to_build; do
|
||||
|
Loading…
Reference in New Issue
Block a user