1
0
Jan Engelhardt 2010-10-09 06:59:43 +00:00 committed by Git OBS Bridge
parent fc25f82001
commit 1be2c81a9c
2 changed files with 6 additions and 7 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Oct 9 06:59:07 UTC 2010 - jengelh@medozas.de
- Do not build xt_TEE, xt_CHECKSUM; they are provided in newer
iptables and kernel versions already
-------------------------------------------------------------------
Sun Oct 3 08:17:43 UTC 2010 - jengelh@medozas.de

View File

@ -65,13 +65,6 @@ if [ ! -e configure ]; then
./autogen.sh;
fi;
%if 0%{?suse_version} <= 1130
# xt_TEE not included prior to 2.6.35
perl -i -pe 's{^build_TEE=.*}{build_TEE=m}' mconfig;
# xt_CHECKSUM not included prior to 2.6.36
perl -i -pe 's{^build_CHECKSUM=.*}{build_CHECKSUM=m}' mconfig;
%endif
%build
pushd ../;
for flavor in %flavors_to_build; do