diff --git a/iptables.changes b/iptables.changes index 8dcdb48..f6f3563 100644 --- a/iptables.changes +++ b/iptables.changes @@ -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 diff --git a/iptables.spec b/iptables.spec index 27ba3ce..9503a2a 100644 --- a/iptables.spec +++ b/iptables.spec @@ -141,7 +141,8 @@ tar -xf "%{S:0}" --use=bzip2; %patch -P 1 -P 2 -p1 %build -if [ ! -e configure ]; then +# We have the iptables-batch patch, so always regenerate. +if true || [ ! -e configure ]; then ./autogen.sh; fi # bnc#561793 - do not include unclean module in iptables manpage