forked from pool/xtables-addons
Accepting request 231472 from security:netfilter
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/231472 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xtables-addons?expand=0&rev=44
This commit is contained in:
commit
5973acdf32
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v2.0.22 (GNU/Linux)
|
|
||||||
|
|
||||||
iF4EABEIAAYFAlLOhtMACgkQkb3j62iiDkWt1wD+IfI5dWcLzUYWj5kvZSn6mM1O
|
|
||||||
X9CMGpP2LuikEkIYQ1kA/jZdrHHHpV0tWekqGmttDdrcr9HgE80f8lrikBeFHyCz
|
|
||||||
=Hdpm
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c765a37ea9e8324832d68fd67fdfc2189db1cb9240f2b048aca6064ba9c13cdb
|
|
||||||
size 312564
|
|
7
xtables-addons-2.5.tar.asc
Normal file
7
xtables-addons-2.5.tar.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v2.0.22 (GNU/Linux)
|
||||||
|
|
||||||
|
iF4EABEIAAYFAlNRXegACgkQkb3j62iiDkWr0AEAo1+cUV+//TQGzq/AwOd0VF9L
|
||||||
|
iO3e80ttZbqm8j6FaoABAKXDDdVZ++6PKFJW+NSWKXm20Fn/ffUZrdJC9ivEvS8h
|
||||||
|
=Jb/x
|
||||||
|
-----END PGP SIGNATURE-----
|
3
xtables-addons-2.5.tar.xz
Normal file
3
xtables-addons-2.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2aea0a6ff04d64abfe0cc80b4f23b97e058b4595ab2e29b50ef3fe30952e230d
|
||||||
|
size 313732
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 18 17:17:14 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 2.5
|
||||||
|
* Support for Linux 3.14, 3.15
|
||||||
|
* xt_quota2: support distinct network namespaces
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 9 11:24:26 UTC 2014 - jengelh@inai.de
|
Thu Jan 9 11:24:26 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: xtables-addons
|
Name: xtables-addons
|
||||||
Version: 2.4
|
Version: 2.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: IP Packet Filter Administration Extensions
|
Summary: IP Packet Filter Administration Extensions
|
||||||
License: GPL-2.0 and GPL-2.0+
|
License: GPL-2.0 and GPL-2.0+
|
||||||
@ -29,13 +29,10 @@ Url: http://xtables-addons.sf.net/
|
|||||||
#Git-Web: http://xtables-addons.git.sf.net/
|
#Git-Web: http://xtables-addons.git.sf.net/
|
||||||
Source3: %name-preamble
|
Source3: %name-preamble
|
||||||
Source4: %name.keyring
|
Source4: %name.keyring
|
||||||
Source7: %name-2.4.tar.xz
|
Source7: http://downloads.sf.net/%name/%name-%version.tar.xz
|
||||||
Source8: %name-2.4.tar.asc
|
Source8: http://downloads.sf.net/%name/%name-%version.tar.asc
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{?suse_version} >= 1230
|
|
||||||
BuildRequires: gpg-offline
|
|
||||||
%endif
|
|
||||||
BuildRequires: %kernel_module_package_buildreqs
|
BuildRequires: %kernel_module_package_buildreqs
|
||||||
BuildRequires: kernel-syms >= 3.7
|
BuildRequires: kernel-syms >= 3.7
|
||||||
BuildRequires: pkgconfig >= 0.21
|
BuildRequires: pkgconfig >= 0.21
|
||||||
@ -69,8 +66,6 @@ contains extensions that were not, or are not yet, accepted in the
|
|||||||
main kernel/iptables packages.
|
main kernel/iptables packages.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
xz -dk "%_sourcedir/%name-%version.tar.xz"
|
|
||||||
%{?gpg_verify: %gpg_verify %_sourcedir/%name-%version.tar.asc}
|
|
||||||
%setup -Tqb7
|
%setup -Tqb7
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user