forked from jengelh/iptables
Accepting request 38743 from security:netfilter
Copy from security:netfilter/iptables based on submit request 38743 from user coolo OBS-URL: https://build.opensuse.org/request/show/38743 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iptables?expand=0&rev=22
This commit is contained in:
commit
cbca9d900a
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 24 11:38:18 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
- buildrequire pkg-config to fix provides
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 1 15:43:30 UTC 2010 - jengelh@medozas.de
|
Mon Mar 1 15:43:30 UTC 2010 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ Name: iptables
|
|||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Productivity/Networking/Security
|
Group: Productivity/Networking/Security
|
||||||
Version: 1.4.7
|
Version: 1.4.7
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: IP Packet Filter Administration
|
Summary: IP Packet Filter Administration
|
||||||
|
|
||||||
#Git-Web: http://git.netfilter.org/
|
#Git-Web: http://git.netfilter.org/
|
||||||
@ -31,19 +31,13 @@ Source: http://netfilter.org/projects/iptables/files/iptables-1.4.7.tar.
|
|||||||
Patch0: %{name}-batch.patch
|
Patch0: %{name}-batch.patch
|
||||||
Url: http://netfilter.org/
|
Url: http://netfilter.org/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: sgmltool
|
BuildRequires: pkg-config sgmltool
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Iptables is used to set up, maintain, and inspect the tables of IP
|
Iptables is used to set up, maintain, and inspect the tables of IP
|
||||||
packet filter rules in the Linux kernel. This version requires kernel
|
packet filter rules in the Linux kernel. This version requires kernel
|
||||||
2.4.0 or newer.
|
2.4.0 or newer.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Netfilter developer team <netfilter-devel@vger.kernel.org>
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Summary: Libraries, Headers and Development Man Pages for iptables
|
Summary: Libraries, Headers and Development Man Pages for iptables
|
||||||
@ -54,12 +48,6 @@ Requires: %{name} = %{version}
|
|||||||
%description devel
|
%description devel
|
||||||
These libraries are needed to compile programs against libipq.
|
These libraries are needed to compile programs against libipq.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Netfilter developer team <netfilter-devel@vger.kernel.org>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -P 0 -p1
|
%patch -P 0 -p1
|
||||||
|
Loading…
Reference in New Issue
Block a user