1
0
Jan Engelhardt 2013-03-31 19:33:08 +00:00 committed by Git OBS Bridge
parent 1ce733bbcb
commit 38fee7a76f
6 changed files with 21 additions and 14 deletions

View File

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

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)
iF4EABEIAAYFAlDb8rQACgkQkb3j62iiDkXpAgD7BDs0M3M+Gx4NYTG/tSygfmob
0berBlFfJsvZsDz2x3AA/RyNLrcMV9rW2Hfg+7yTLrqETE+be26uYjPpCUiwC3jr
=mN7a
-----END PGP SIGNATURE-----

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Mar 31 19:15:44 UTC 2013 - jengelh@inai.de
- Update to new upstream release 2.2
* support for Linux 3.9
* avoid iptaccount being optimized away (bnc#807155)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 28 06:02:46 UTC 2013 - coolo@suse.com Thu Feb 28 06:02:46 UTC 2013 - coolo@suse.com

View File

@ -21,7 +21,7 @@ Name: xtables-addons
%define kernel37 1 %define kernel37 1
%endif %endif
%if 0%{?kernel37} %if 0%{?kernel37}
Version: 2.1 Version: 2.2
Release: 0 Release: 0
%else %else
Version: 1.47.1 Version: 1.47.1
@ -40,8 +40,8 @@ Source3: %name-preamble
Source4: %name.keyring Source4: %name.keyring
Source5: %name-1.47.1.tar.xz Source5: %name-1.47.1.tar.xz
Source6: %name-1.47.1.tar.xz.asc Source6: %name-1.47.1.tar.xz.asc
Source7: %name-2.1.tar.xz Source7: %name-2.2.tar.xz
Source8: %name-2.1.tar.xz.asc Source8: %name-2.2.tar.xz.asc
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} >= 1230 %if 0%{?suse_version} >= 1230
@ -113,7 +113,7 @@ for flavor in %flavors_to_build; do
cp -a "%name-%version" "%name-$flavor-%version"; cp -a "%name-%version" "%name-$flavor-%version";
pushd "%name-$flavor-%version/"; pushd "%name-$flavor-%version/";
%configure --with-kbuild="/usr/src/linux-obj/%_target_cpu/$flavor"; %configure --with-kbuild="/usr/src/linux-obj/%_target_cpu/$flavor";
make %{?_smp_mflags}; make %{?_smp_mflags} V=1;
popd; popd;
done; done;