From c3128a56e8ca2a4cb24e305d3cdc605a9d0a046876cae2bc7b2098dc044034b7 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 15 Nov 2012 14:17:09 +0000 Subject: [PATCH] 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 --- iptables.changes | 5 +++++ iptables.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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