forked from pool/xtables-addons
Accepting request 113796 from security:netfilter
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/113796 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xtables-addons?expand=0&rev=32
This commit is contained in:
commit
1621459a2d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c80435cd9ff564b331c9ed53b1d61f5dfba0f6c73ffc303e1a87fdf4c1e3132
|
||||
size 394016
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.18 (GNU/Linux)
|
||||
|
||||
iF4EABEIAAYFAk8EuCkACgkQkb3j62iiDkWU8gEAooh4+gVyAKHKtImtHy9A0cqy
|
||||
kWr5xfKhA19ondzUeAEA/jYNbuO23edAIsivoanB7DaAB0RmS8Y/xjubYcsQ2wYV
|
||||
=YQK6
|
||||
-----END PGP SIGNATURE-----
|
3
xtables-addons-1.42.tar.xz
Normal file
3
xtables-addons-1.42.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:73cac5676811dbde622d5044328d5630482e51357a3265a941b250de3ad46914
|
||||
size 311112
|
7
xtables-addons-1.42.tar.xz.asc
Normal file
7
xtables-addons-1.42.tar.xz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.18 (GNU/Linux)
|
||||
|
||||
iF4EABEIAAYFAk99Jr0ACgkQkb3j62iiDkVEqgD9EGzxGC0rPr5e6wHJ6d7dPEBN
|
||||
QFHRU5FGtOSuVK4aiQQBAKpY0+WKTAIdeq19fyAd7HDJXSy92hJAs3/h+hmCzqfm
|
||||
=jRT2
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 5 03:04:48 UTC 2012 - jengelh@medozas.de
|
||||
|
||||
- update to new upstream release 1.42
|
||||
* Linux 3.3/3.4 support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 13 10:58:00 UTC 2012 - coolo@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: xtables-addons
|
||||
Version: 1.41
|
||||
Version: 1.42
|
||||
Release: 0
|
||||
Summary: IP Packet Filter Administration Extensions
|
||||
License: GPL-2.0 ; GPL-2.0+
|
||||
@ -38,8 +38,8 @@ BuildRequires: automake >= 1.10b
|
||||
BuildRequires: libtool
|
||||
%endif
|
||||
BuildRequires: pkgconfig >= 0.23
|
||||
BuildRequires: pkgconfig(xtables) >= 1.4.5
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(xtables) >= 1.4.5
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: %kernel_module_package_buildreqs
|
||||
Recommends: %name-kmp
|
||||
@ -79,8 +79,6 @@ main kernel/iptables packages.
|
||||
if [ ! -e configure ]; then
|
||||
./autogen.sh;
|
||||
fi;
|
||||
# ipset now in a separate RPM
|
||||
echo "build_ipset6=" >>mconfig;
|
||||
pushd ../;
|
||||
for flavor in %flavors_to_build; do
|
||||
cp -a "%name-%version" "%name-$flavor-%version";
|
||||
|
Loading…
Reference in New Issue
Block a user