1
0

Accepting request 214158 from security:netfilter

- Update to new upstream release 2.4

OBS-URL: https://build.opensuse.org/request/show/214158
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xtables-addons?expand=0&rev=43
This commit is contained in:
Stephan Kulow 2014-01-17 11:02:20 +00:00 committed by Git OBS Bridge
commit 1bb9fdd44d
8 changed files with 23 additions and 51 deletions

View File

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

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)
iF4EABEIAAYFAlB8ZD8ACgkQkb3j62iiDkUqkgD/e5Ui9G4PXF0nNsD515d1S9Fv
esK5kmFgmI/hu2EJQsgBAKkRnenUyxSVOUUhU6xS0p2x0GwSQIKkkQ+AM5dQS13M
=9dLT
-----END PGP SIGNATURE-----

View File

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

View File

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

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
iF4EABEIAAYFAlLOhtMACgkQkb3j62iiDkWt1wD+IfI5dWcLzUYWj5kvZSn6mM1O
X9CMGpP2LuikEkIYQ1kA/jZdrHHHpV0tWekqGmttDdrcr9HgE80f8lrikBeFHyCz
=Hdpm
-----END PGP SIGNATURE-----

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Jan 9 11:24:26 UTC 2014 - jengelh@inai.de
- Update to new upstream release 2.4
* Support for Linux 3.13
* Remove the unmaintained RAWSNAT/RAWDNAT modules
-------------------------------------------------------------------
Tue Jun 18 05:45:03 UTC 2013 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
#
# spec file for package xtables-addons
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,16 +17,8 @@
Name: xtables-addons
%if 0%{?suse_version} >= 1230 || "%_repository" == "Kernel_HEAD"
%define kernel37 1
%endif
%if 0%{?kernel37}
Version: 2.3
Version: 2.4
Release: 0
%else
Version: 1.47.1
Release: 0
%endif
Summary: IP Packet Filter Administration Extensions
License: GPL-2.0 and GPL-2.0+
Group: Productivity/Networking/Security
@ -37,33 +29,20 @@ Url: http://xtables-addons.sf.net/
#Git-Web: http://xtables-addons.git.sf.net/
Source3: %name-preamble
Source4: %name.keyring
Source5: %name-1.47.1.tar.xz
Source6: %name-1.47.1.tar.xz.asc
Source7: %name-2.3.tar.xz
Source8: %name-2.3.tar.asc
Source7: %name-2.4.tar.xz
Source8: %name-2.4.tar.asc
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} >= 1230
BuildRequires: gpg-offline
%endif
BuildRequires: %kernel_module_package_buildreqs
BuildRequires: kernel-syms >= 3.7
BuildRequires: pkgconfig >= 0.21
BuildRequires: xz
%if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
BuildRequires: pkgconfig(xtables) >= 1.4.5
%endif
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
BuildRequires: libxtables-devel >= 1.4.5
%endif
%if 0%{?redhat_version} || 0%{?centos_version}
BuildRequires: libxtables-devel >= 1.4.5
%endif
%if 0%{?suse_version}
BuildRequires: %kernel_module_package_buildreqs
Recommends: %name-kmp
Recommends: xtables-geoip
%else
Requires: xtables-geoip
%endif
%define xtlibdir %(pkg-config xtables --variable=xtlibdir)
@ -92,11 +71,7 @@ main kernel/iptables packages.
%prep
xz -dk "%_sourcedir/%name-%version.tar.xz"
%{?gpg_verify: %gpg_verify %_sourcedir/%name-%version.tar.asc}
%if 0%{?kernel37}
%setup -Tqb7
%else
%setup -Tqb5
%endif
%build
pushd ../;