forked from pool/iptables
Accepting request 94553 from home:coolo:removeautomake
add automake to buildrequires OBS-URL: https://build.opensuse.org/request/show/94553 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iptables?expand=0&rev=37
This commit is contained in:
parent
6fff193e2b
commit
b70a3a249e
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 30 14:28:11 UTC 2011 - coolo@suse.com
|
||||
|
||||
- add automake as buildrequire to avoid implicit dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 4 23:01:57 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
|
@ -15,22 +15,19 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: iptables
|
||||
License: GPLv2+
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Networking/Security
|
||||
Version: 1.4.12.1+16
|
||||
Release: 1
|
||||
Release: 0
|
||||
%define xt_sover 7
|
||||
Summary: IP Packet Filter Administration
|
||||
|
||||
#DL-URL: ftp://ftp.netfilter.org/pub/iptables/
|
||||
#Git-Web: http://git.netfilter.org/
|
||||
#Git-Clone: git://git.netfilter.org/iptables
|
||||
Source: %name-%version.tar.xz
|
||||
Patch1: iptables-batch.patch
|
||||
URL: http://netfilter.org/
|
||||
Url: http://netfilter.org/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: sgmltool
|
||||
@ -40,7 +37,11 @@ BuildRequires: sgml-common
|
||||
Provides: iptables-ipv6 = %version-%release
|
||||
Obsoletes: iptables-ipv6 < %version-%release
|
||||
%endif
|
||||
BuildRequires: fdupes libnfnetlink-devel pkgconfig xz
|
||||
BuildRequires: automake
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: libnfnetlink-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: xz
|
||||
|
||||
%description
|
||||
Iptables is used to set up, maintain, and inspect the tables of IP
|
||||
|
Loading…
Reference in New Issue
Block a user