forked from pool/iptables
Always regenerate files due to SUSE's iptables-batch patch
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iptables?expand=0&rev=60
This commit is contained in:
parent
a739a7199d
commit
c3128a56e8
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user