SHA256
1
0
forked from pool/iptables

Enable build of nfnl_osf

OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iptables?expand=0&rev=27
This commit is contained in:
Jan Engelhardt 2011-08-08 19:58:49 +00:00 committed by Git OBS Bridge
parent f8b3b70a20
commit 0799229540
2 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,8 @@ Mon Aug 8 00:42:53 UTC 2011 - jengelh@medozas.de
- Put include files into a separate directory to flag up missing - Put include files into a separate directory to flag up missing
CFLAGS. libipq.pc will now be provided. CFLAGS. libipq.pc will now be provided.
- Enable build of nfnl_osf, a tool to upload OS fingerprints to
the kernel for use with xt_osf.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jul 22 13:12:50 UTC 2011 - jengelh@medozas.de Fri Jul 22 13:12:50 UTC 2011 - jengelh@medozas.de

View File

@ -42,7 +42,7 @@ BuildRequires: sgml-common
Provides: iptables-ipv6 = %version-%release Provides: iptables-ipv6 = %version-%release
Obsoletes: iptables-ipv6 < %version-%release Obsoletes: iptables-ipv6 < %version-%release
%endif %endif
BuildRequires: fdupes, pkgconfig, xz BuildRequires: fdupes, libnfnetlink-devel, pkgconfig, xz
%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
@ -101,8 +101,10 @@ find "%buildroot" -iname "*.la" -delete
%_sbindir/iptables* %_sbindir/iptables*
%_sbindir/ip6tables* %_sbindir/ip6tables*
%_sbindir/xtables* %_sbindir/xtables*
%_sbindir/nfnl_osf
%_libdir/xtables %_libdir/xtables
%_libdir/*.so.* %_libdir/*.so.*
%_datadir/xtables
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)