1
0

Accepting request 35122 from security:netfilter

Copy from security:netfilter/xtables-addons based on submit request 35122 from user coolo

OBS-URL: https://build.opensuse.org/request/show/35122
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xtables-addons?expand=0&rev=5
This commit is contained in:
OBS User autobuild 2010-03-19 08:56:39 +00:00 committed by Git OBS Bridge
parent c3210592b7
commit d616d655f3
4 changed files with 19 additions and 10 deletions

View File

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

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Feb 25 00:07:24 UTC 2010 - jengelh@medozas.de
- new upstream release 1.23
* ipset updated to 4.2
* removal of obsoleted configure options;
compile fixes for IPV6=n and 2.6.32's skb_dst
* support for Linux 2.6.33 and the projected 2.6.34 net tree
-------------------------------------------------------------------
Fri Feb 12 00:46:09 CET 2010 - ro@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package xtables-addons (Version 1.22)
# spec file for package xtables-addons (Version 1.23)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,8 +18,8 @@
Name: xtables-addons
Version: 1.22
Release: 2
Version: 1.23
Release: 1
Group: Productivity/Networking/Security
Summary: IP Packet Filter Administration Extensions
License: GPL
@ -33,7 +33,7 @@ BuildRequires: iptables-devel >= 1.4.3
BuildRequires: pkg-config >= 0.23
Requires: %name-kmp
# Yes, we've got a lot of good stuff!
Provides: ipset = 4.1
Provides: ipset = 4.2
Recommends: xtables-geoip
%kernel_module_package
@ -46,7 +46,7 @@ contains extensions that were not, or are not yet, accepted in the
main kernel/iptables packages.
%package KMP
Group: Hardware/Other
Group: System/Kernel
License: GPL
Summary: IP Packet Filter Administration Extensions
@ -85,8 +85,8 @@ for flavor in %flavors_to_build; do
popd;
done;
# There is no -devel package. So no need for these files.
find "$b/%_prefix" -iname "*.la" -print0 | xargs -0r rm -f;
find "$b/%_libdir" -maxdepth 1 -type l -iname "*.so" -print0 | xargs -0r rm -f;
find "$b/%_prefix" -iname "*.la" -delete;
find "$b/%_libdir" -maxdepth 1 -type l -iname "*.so" -delete;
%clean
rm -Rf "%buildroot";