forked from jengelh/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:
parent
f8b3b70a20
commit
0799229540
@ -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
|
||||
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
|
||||
|
@ -42,7 +42,7 @@ BuildRequires: sgml-common
|
||||
Provides: iptables-ipv6 = %version-%release
|
||||
Obsoletes: iptables-ipv6 < %version-%release
|
||||
%endif
|
||||
BuildRequires: fdupes, pkgconfig, xz
|
||||
BuildRequires: fdupes, libnfnetlink-devel, pkgconfig, xz
|
||||
|
||||
%description
|
||||
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/ip6tables*
|
||||
%_sbindir/xtables*
|
||||
%_sbindir/nfnl_osf
|
||||
%_libdir/xtables
|
||||
%_libdir/*.so.*
|
||||
%_datadir/xtables
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user