forked from pool/iptables
iptables 1.4.12.1
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iptables?expand=0&rev=30
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
Name: iptables
|
||||
License: GPLv2+
|
||||
Group: Productivity/Networking/Security
|
||||
Version: 1.4.12
|
||||
Version: 1.4.12.1
|
||||
Release: 1
|
||||
Summary: IP Packet Filter Administration
|
||||
|
||||
@@ -30,8 +30,6 @@ Summary: IP Packet Filter Administration
|
||||
#Git-Clone: git://git.netfilter.org/iptables
|
||||
Source: %name-%version.tar.xz
|
||||
Patch1: iptables-batch.patch
|
||||
Patch2: proc-header.diff
|
||||
Patch3: 4982fe4-libipq-pkgconfig.diff
|
||||
Url: http://netfilter.org/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?suse_version}
|
||||
@@ -68,7 +66,7 @@ These libraries are needed to compile
|
||||
tar -xf "%{S:0}" --use=xz;
|
||||
%setup -DTq
|
||||
%endif
|
||||
%patch -P 1 -P 2 -P 3 -p1
|
||||
%patch -P 1 -p1
|
||||
|
||||
%build
|
||||
if [ ! -e configure ]; then
|
||||
@@ -76,7 +74,9 @@ if [ ! -e configure ]; then
|
||||
fi
|
||||
# bnc#561793 - do not include unclean module in iptables manpage
|
||||
rm -f extensions/libipt_unclean.man
|
||||
%configure --enable-libipq
|
||||
# includedir is overriden on purpose to detect projects that
|
||||
# fail to include libxtables_CFLAGS
|
||||
%configure --includedir=%_includedir/%name-%version --enable-libipq
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
|
Reference in New Issue
Block a user