forked from pool/iptables
Accepting request 141522 from security:netfilter
- list all required binaries explicitly to make sure all of them are actually compiled (forwarded request 141448 from lnussel) OBS-URL: https://build.opensuse.org/request/show/141522 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iptables?expand=0&rev=46
This commit is contained in:
commit
d27477e617
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 15 16:06:15 UTC 2012 - lnussel@suse.de
|
||||||
|
|
||||||
|
- list all required binaries explicitly to make sure all of them are actually
|
||||||
|
compiled
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 15 14:15:48 UTC 2012 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Always regenerate files due to SUSE's iptables-batch patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 8 12:42:37 UTC 2012 - jengelh@inai.de
|
Mon Oct 8 12:42:37 UTC 2012 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -141,7 +141,8 @@ tar -xf "%{S:0}" --use=bzip2;
|
|||||||
%patch -P 1 -P 2 -p1
|
%patch -P 1 -P 2 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
if [ ! -e configure ]; then
|
# We have the iptables-batch patch, so always regenerate.
|
||||||
|
if true || [ ! -e configure ]; then
|
||||||
./autogen.sh;
|
./autogen.sh;
|
||||||
fi
|
fi
|
||||||
# bnc#561793 - do not include unclean module in iptables manpage
|
# bnc#561793 - do not include unclean module in iptables manpage
|
||||||
@ -178,10 +179,17 @@ rm -f "%buildroot/%_libdir"/*.la;
|
|||||||
%doc COPYING
|
%doc COPYING
|
||||||
%doc %_mandir/man1/*
|
%doc %_mandir/man1/*
|
||||||
%doc %_mandir/man8/*
|
%doc %_mandir/man8/*
|
||||||
%_bindir/iptables*
|
%_bindir/iptables-xml
|
||||||
%_sbindir/iptables*
|
%_sbindir/iptables
|
||||||
%_sbindir/ip6tables*
|
%_sbindir/iptables-apply
|
||||||
%_sbindir/xtables*
|
%_sbindir/iptables-batch
|
||||||
|
%_sbindir/iptables-restore
|
||||||
|
%_sbindir/iptables-save
|
||||||
|
%_sbindir/ip6tables
|
||||||
|
%_sbindir/ip6tables-batch
|
||||||
|
%_sbindir/ip6tables-restore
|
||||||
|
%_sbindir/ip6tables-save
|
||||||
|
%_sbindir/xtables-multi
|
||||||
%_sbindir/nfnl_osf
|
%_sbindir/nfnl_osf
|
||||||
%_libdir/xtables
|
%_libdir/xtables
|
||||||
%_datadir/xtables
|
%_datadir/xtables
|
||||||
|
Loading…
Reference in New Issue
Block a user