1
0
Jan Engelhardt 2012-04-05 03:06:09 +00:00 committed by Git OBS Bridge
parent d6f10ae929
commit 267ddf1a62
6 changed files with 18 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6c80435cd9ff564b331c9ed53b1d61f5dfba0f6c73ffc303e1a87fdf4c1e3132
size 394016

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (GNU/Linux)
iF4EABEIAAYFAk8EuCkACgkQkb3j62iiDkWU8gEAooh4+gVyAKHKtImtHy9A0cqy
kWr5xfKhA19ondzUeAEA/jYNbuO23edAIsivoanB7DaAB0RmS8Y/xjubYcsQ2wYV
=YQK6
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fc5427ee9918a0ccd8284ae9ba69c9bdd3385ab1870bb31ad77c887eb4a02408
size 310872

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (GNU/Linux)
iF4EABEIAAYFAk99Ct0ACgkQkb3j62iiDkWbXwD/SYaxpCBa0zaO4r3y2M8ySMeX
UPVH5JcVqHr11Fqp2JUA/1Z7kDBZXG0215lbdxYZjX+yrDJ5ygOC+3DRwNJtjUtq
=15JM
-----END PGP SIGNATURE-----

View File

@ -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

View File

@ -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";