forked from pool/iptables
iptables-1.6.1
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iptables?expand=0&rev=91
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package iptables
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,16 +17,12 @@
|
||||
|
||||
|
||||
Name: iptables
|
||||
Version: 1.6.0
|
||||
Version: 1.6.1
|
||||
Release: 0
|
||||
Summary: IP Packet Filter Administration utilities
|
||||
License: GPL-2.0 and Artistic-2.0
|
||||
Group: Productivity/Networking/Security
|
||||
Url: http://netfilter.org/projects/iptables/
|
||||
|
||||
#Git-Web: http://git.netfilter.org/
|
||||
#Git-Clone: git://git.netfilter.org/iptables
|
||||
#DL-URL: http://netfilter.org/projects/iptables/files/
|
||||
Source: http://netfilter.org/projects/iptables/files/%name-%version.tar.bz2
|
||||
Source2: http://netfilter.org/projects/iptables/files/%name-%version.tar.bz2.sig
|
||||
Source3: %name.keyring
|
||||
@@ -121,11 +117,11 @@ Requires: libiptc0 = %version
|
||||
libiptc ("iptables cache") is used to retrieve from the kernel, parse,
|
||||
construct, and load new rulesets into the kernel.
|
||||
|
||||
%package -n libxtables11
|
||||
%package -n libxtables12
|
||||
Summary: iptables extension interface
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libxtables11
|
||||
%description -n libxtables12
|
||||
This library contains all the iptables code shared between iptables,
|
||||
ip6tables, their extensions, and for external integration for e.g.
|
||||
iproute2's m_xt.
|
||||
@@ -133,7 +129,7 @@ iproute2's m_xt.
|
||||
%package -n libxtables-devel
|
||||
Summary: Libraries, Headers and Development Man Pages for iptables
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libxtables11 = %version
|
||||
Requires: libxtables12 = %version
|
||||
|
||||
%description -n libxtables-devel
|
||||
This library contains all the iptables code shared between iptables,
|
||||
@@ -173,8 +169,8 @@ rm -f "%buildroot/%_libdir"/*.la;
|
||||
%postun -n libipq0 -p /sbin/ldconfig
|
||||
%post -n libiptc0 -p /sbin/ldconfig
|
||||
%postun -n libiptc0 -p /sbin/ldconfig
|
||||
%post -n libxtables11 -p /sbin/ldconfig
|
||||
%postun -n libxtables11 -p /sbin/ldconfig
|
||||
%post -n libxtables12 -p /sbin/ldconfig
|
||||
%postun -n libxtables12 -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@@ -197,6 +193,7 @@ rm -f "%buildroot/%_libdir"/*.la;
|
||||
%defattr(-,root,root)
|
||||
%_sysconfdir/ethertypes
|
||||
%_sbindir/*-compat*
|
||||
%_sbindir/*-translate*
|
||||
|
||||
%files -n xtables-plugins
|
||||
%defattr(-,root,root)
|
||||
@@ -230,9 +227,9 @@ rm -f "%buildroot/%_libdir"/*.la;
|
||||
%_libdir/libip*tc.so
|
||||
%_libdir/pkgconfig/libip*tc.pc
|
||||
|
||||
%files -n libxtables11
|
||||
%files -n libxtables12
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libxtables.so.11*
|
||||
%_libdir/libxtables.so.12*
|
||||
|
||||
%files -n libxtables-devel
|
||||
%defattr(-,root,root)
|
||||
|
Reference in New Issue
Block a user