1
0

Separate ipset out into its own package

OBS-URL: https://build.opensuse.org/package/show/security:netfilter/xtables-addons?expand=0&rev=45
This commit is contained in:
Jan Engelhardt 2011-12-30 23:37:41 +00:00 committed by Git OBS Bridge
parent 2ef038a354
commit 8b9e8c7926
3 changed files with 14 additions and 10 deletions

View File

@ -1 +1,3 @@
Requires: kernel-%1 Requires: kernel-%1
Enhances: kernel-%1
Supplements: packageand(kernel-%1:xtables-addons)

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Dec 30 23:35:33 UTC 2011 - jengelh@medozas.de
- We have now a few of kernel versions that ipset can be compiled
against, so ipset has been separated out into a new RPM package,
and ipset-genl from xtables-addons is hereby subsequently
disabled.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Nov 30 10:43:07 UTC 2011 - jengelh@medozas.de Wed Nov 30 10:43:07 UTC 2011 - jengelh@medozas.de

View File

@ -23,19 +23,15 @@ Release: 1
Group: Productivity/Networking/Security Group: Productivity/Networking/Security
Summary: IP Packet Filter Administration Extensions Summary: IP Packet Filter Administration Extensions
License: GPL-2.0; GPL-2.0+ License: GPL-2.0; GPL-2.0+
URL: http://xtables-addons.sf.net/ Url: http://xtables-addons.sf.net/
Source: %name-%version.tar.xz Source: %name-%version.tar.xz
Source2: %name-%version.tar.xz.asc Source2: %name-%version.tar.xz.asc
Source3: %name-preamble Source3: %name-preamble
#Git-Clone: git://xtables-addons.git.sf.net/gitroot/xtables-addons/xtables-addons #Git-Clone: git://xtables-addons.git.sf.net/gitroot/xtables-addons/xtables-addons
#Git-Web: http://xtables-addons.git.sf.net/ #Git-Web: http://xtables-addons.git.sf.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: iptables-devel >= 1.4.5 libmnl-devel >= 1 BuildRequires: autoconf automake libtool
BuildRequires: pkgconfig >= 0.23 xz BuildRequires: pkgconfig >= 0.23 pkgconfig(xtables) >= 1.4.5 xz
# Yes, we've got a lot of good stuff!
%if 0%{?suse_version} >= 1140
Provides: ipset = 6.10
%endif
%if 0%{?suse_version} %if 0%{?suse_version}
BuildRequires: %kernel_module_package_buildreqs BuildRequires: %kernel_module_package_buildreqs
Recommends: %name-kmp Recommends: %name-kmp
@ -75,10 +71,8 @@ main kernel/iptables packages.
if [ ! -e configure ]; then if [ ! -e configure ]; then
./autogen.sh; ./autogen.sh;
fi; fi;
%if 0%{?suse_version} < 1140 # ipset now in a separate RPM
# ipset6-genl needs >=2.6.35, which is usually not present before 11.4
echo "build_ipset6=" >>mconfig; echo "build_ipset6=" >>mconfig;
%endif
pushd ../; pushd ../;
for flavor in %flavors_to_build; do for flavor in %flavors_to_build; do
cp -a "%name-%version" "%name-$flavor-%version"; cp -a "%name-%version" "%name-$flavor-%version";