1
0
Jan Engelhardt 2013-06-18 06:18:08 +00:00 committed by Git OBS Bridge
parent 38fee7a76f
commit 889faa9882
6 changed files with 27 additions and 15 deletions

View File

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

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)
iF4EABEIAAYFAlFYi0kACgkQkb3j62iiDkWNSwD/aspLnF6XRGdHkIaafJL7ibMR
4Eo55JA1IgD9jHgVcUMA/iZaEzoLuE/WbmVLmuZJyzklryLvZCKV/ZoOTLGJ+Uux
=IRHw
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)
iF4EABEIAAYFAlG/+jQACgkQkb3j62iiDkVOUgD/Tr4miYnFHRnoFb7/38Gu4S7i
4RkinKCaG0F5CbHhl94A/2DscvWjxY74TLm2sweUZh98zlsIuyNY8NBiYw6PGlhL
=ZfMl
-----END PGP SIGNATURE-----

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jun 18 05:45:03 UTC 2013 - jengelh@inai.de
- Update to new upstream release 3.10
* support for Linux 3.10 and CONFIG_UIDGID_STRICT_TYPE_CHECKS
* xt_geoip: do not throw a warning when country database is size 0
* xt_quota2: print "!" at the correct position during iptables-save
-------------------------------------------------------------------
Sun Mar 31 19:15:44 UTC 2013 - jengelh@inai.de

View File

@ -21,7 +21,7 @@ Name: xtables-addons
%define kernel37 1
%endif
%if 0%{?kernel37}
Version: 2.2
Version: 2.3
Release: 0
%else
Version: 1.47.1
@ -40,10 +40,13 @@ Source3: %name-preamble
Source4: %name.keyring
Source5: %name-1.47.1.tar.xz
Source6: %name-1.47.1.tar.xz.asc
Source7: %name-2.2.tar.xz
Source8: %name-2.2.tar.xz.asc
Source7: %name-2.3.tar.xz
Source8: %name-2.3.tar.asc
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
%if 0%{?suse_version} >= 1230
BuildRequires: gpg-offline
%endif
@ -96,8 +99,8 @@ contains extensions that were not, or are not yet, accepted in the
main kernel/iptables packages.
%prep
%{?gpg_verify: %gpg_verify %_sourcedir/%name-%version.tar.xz.asc}
echo "Version: %version. Repository: %_repository. SUSE_v: %{?suse_version}"
xz -dk "%_sourcedir/%name-%version.tar.xz"
%{?gpg_verify: %gpg_verify %_sourcedir/%name-%version.tar.asc}
%if 0%{?kernel37}
%setup -Tqb7
%else
@ -105,6 +108,7 @@ echo "Version: %version. Repository: %_repository. SUSE_v: %{?suse_version}"
%endif
%build
autoreconf -fi
if [ ! -e configure ]; then
./autogen.sh;
fi;