SHA256
1
0
forked from pool/iptables

Update to v1.4.12.1-16-gd2b0eaa

OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iptables?expand=0&rev=34
This commit is contained in:
2011-10-04 23:16:05 +00:00
committed by Git OBS Bridge
parent 1ce4f12eda
commit 6fff193e2b
5 changed files with 23 additions and 17 deletions

View File

@@ -15,13 +15,12 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: iptables
License: GPLv2+
Group: Productivity/Networking/Security
Version: 1.4.12.1
Version: 1.4.12.1+16
Release: 1
%define xt_sover 7
Summary: IP Packet Filter Administration
@@ -31,7 +30,7 @@ Summary: IP Packet Filter Administration
#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
@@ -49,11 +48,10 @@ packet filter rules in the Linux kernel. This version requires kernel
2.4.0 or newer.
%package devel
Summary: Libraries, Headers and Development Man Pages for iptables
Group: Development/Libraries/C and C++
Requires: %name = %version-%release
Requires: libxtables%xt_sover = %version-%release
Requires: %name = %version
Requires: libxtables%xt_sover = %version
%description devel
These libraries are needed to compile
@@ -61,7 +59,6 @@ These libraries are needed to compile
- programs using libipq
%package -n libxtables%xt_sover
Summary: Library for functions shared between iptables
Group: System/Libraries