forked from jengelh/iptables
Separate package for libxtables7
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iptables?expand=0&rev=31
This commit is contained in:
parent
497a1d83cd
commit
ce44d171b1
@ -4,6 +4,8 @@ Thu Sep 1 17:09:05 UTC 2011 - jengelh@medozas.de
|
||||
- Update to new upstream release 1.4.12.1
|
||||
* regression fixes for the new (stricter) command-line parser
|
||||
- restore --includedir= in spec file
|
||||
- Put libxtables into its own subpackage so that one does not need
|
||||
a lockstep update of iproute2 on a new iptables package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 13 01:39:38 CEST 2011 - draht@suse.de
|
||||
|
@ -23,6 +23,7 @@ License: GPLv2+
|
||||
Group: Productivity/Networking/Security
|
||||
Version: 1.4.12.1
|
||||
Release: 1
|
||||
%define xt_sover 7
|
||||
Summary: IP Packet Filter Administration
|
||||
|
||||
#DL-URL: ftp://ftp.netfilter.org/pub/iptables/
|
||||
@ -59,6 +60,14 @@ These libraries are needed to compile
|
||||
- additional third-party extensions
|
||||
- programs using libipq
|
||||
|
||||
%package -n libxtables%xt_sover
|
||||
Summary: Library for functions shared between iptables
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libxtables%xt_sover
|
||||
This package contains shared functions exposed for integration with
|
||||
iproute2's m_xt.
|
||||
|
||||
%prep
|
||||
%if 0%{?__xz:1}
|
||||
%setup -q
|
||||
@ -93,6 +102,10 @@ find "%buildroot" -iname "*.la" -delete
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%post -n libxtables%xt_sover -p /sbin/ldconfig
|
||||
|
||||
%postun -n libxtables%xt_sover -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING INCOMPATIBILITIES
|
||||
@ -104,7 +117,7 @@ find "%buildroot" -iname "*.la" -delete
|
||||
%_sbindir/xtables*
|
||||
%_sbindir/nfnl_osf
|
||||
%_libdir/xtables
|
||||
%_libdir/*.so.*
|
||||
%_libdir/libip*.so.*
|
||||
%_datadir/xtables
|
||||
|
||||
%files devel
|
||||
@ -114,4 +127,8 @@ find "%buildroot" -iname "*.la" -delete
|
||||
%_libdir/*.so
|
||||
%_libdir/pkgconfig/*.pc
|
||||
|
||||
%files -n libxtables%xt_sover
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libxtables.so.*
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user