forked from pool/xtables-addons
Accepting request 58236 from home:jengelh:dev
fine OBS-URL: https://build.opensuse.org/request/show/58236 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/xtables-addons?expand=0&rev=21
This commit is contained in:
parent
38285628e5
commit
88d3ef4ff0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:030e16513775266c2832cbd96f3703d390e58b67892abe9ec72c3e1e16c9dd53
|
|
||||||
size 338224
|
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v2.0.15 (GNU/Linux)
|
|
||||||
|
|
||||||
iEYEABECAAYFAkzUUQ0ACgkQ92gFgoRMQ2C36QCcCGMNk6LgeyoIAecBy7QELE0b
|
|
||||||
3gQAnA0MK5X9lBnaZf99nPPv8zG2CCOc
|
|
||||||
=oora
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
xtables-addons-1.32.tar.xz
Normal file
3
xtables-addons-1.32.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:680538258b94d7dd53b70073ef63efe9b6ac5e8afa7081c456725f29bdc96f02
|
||||||
|
size 407996
|
7
xtables-addons-1.32.tar.xz.asc
Normal file
7
xtables-addons-1.32.tar.xz.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v2.0.15 (GNU/Linux)
|
||||||
|
|
||||||
|
iEYEABECAAYFAk0il1kACgkQ92gFgoRMQ2C9lACdGeGLu6Wn8WM2dDRgTuNkH5uu
|
||||||
|
Z7AAn202UkPj4ROizb1rzyGY+VYz9HY0
|
||||||
|
=qnzh
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xtables-addons (Version 1.31)
|
# spec file for package xtables-addons (Version 1.32)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: xtables-addons
|
Name: xtables-addons
|
||||||
Version: 1.31
|
Version: 1.32
|
||||||
Release: 1
|
Release: 1
|
||||||
Group: Productivity/Networking/Security
|
Group: Productivity/Networking/Security
|
||||||
Summary: IP Packet Filter Administration Extensions
|
Summary: IP Packet Filter Administration Extensions
|
||||||
@ -30,11 +30,15 @@ Source2: %name-%version.tar.xz.asc
|
|||||||
#Git-Web: http://xtables-addons.git.sf.net/
|
#Git-Web: http://xtables-addons.git.sf.net/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: %kernel_module_package_buildreqs
|
BuildRequires: %kernel_module_package_buildreqs
|
||||||
BuildRequires: iptables-devel >= 1.4.3
|
BuildRequires: iptables-devel >= 1.4.3, libmnl-devel >= 1
|
||||||
BuildRequires: pkg-config >= 0.23 xz
|
BuildRequires: pkg-config >= 0.23, xz
|
||||||
Recommends: %name-kmp
|
Recommends: %name-kmp
|
||||||
# Yes, we've got a lot of good stuff!
|
# Yes, we've got a lot of good stuff!
|
||||||
Provides: ipset = 4.4
|
%if 0%{?suse_version} > 1130
|
||||||
|
Provides: ipset = 5.2
|
||||||
|
%else
|
||||||
|
Provides: ipset = 4.5
|
||||||
|
%endif
|
||||||
Recommends: xtables-geoip
|
Recommends: xtables-geoip
|
||||||
|
|
||||||
%define xtlibdir %(pkg-config xtables --variable=xtlibdir)
|
%define xtlibdir %(pkg-config xtables --variable=xtlibdir)
|
||||||
@ -69,6 +73,10 @@ main kernel/iptables packages.
|
|||||||
if [ ! -e configure ]; then
|
if [ ! -e configure ]; then
|
||||||
./autogen.sh;
|
./autogen.sh;
|
||||||
fi;
|
fi;
|
||||||
|
%if 0%{?suse_version} > 1130
|
||||||
|
perl -pe 's{^build_ipset4=.*}{build_ipset4=}' mconfig;
|
||||||
|
perl -pe 's{^build_ipset5=.*}{build_ipset5=m}' mconfig;
|
||||||
|
%endif
|
||||||
pushd ../;
|
pushd ../;
|
||||||
for flavor in %flavors_to_build; do
|
for flavor in %flavors_to_build; do
|
||||||
cp -a "%name-%version" "%name-$flavor-%version";
|
cp -a "%name-%version" "%name-$flavor-%version";
|
||||||
|
Loading…
Reference in New Issue
Block a user