1
0
forked from jengelh/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:
Jan Engelhardt 2012-11-15 14:17:09 +00:00 committed by Git OBS Bridge
parent a739a7199d
commit c3128a56e8
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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