From 1be2c81a9cdcdf4d6706c80b7f97d7ae65e185f3e93e183ec2b9d16aced3f8be Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 9 Oct 2010 06:59:43 +0000 Subject: [PATCH] Deactivate TEE, CHECKSUM OBS-URL: https://build.opensuse.org/package/show/security:netfilter/xtables-addons?expand=0&rev=17 --- xtables-addons.changes | 6 ++++++ xtables-addons.spec | 7 ------- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/xtables-addons.changes b/xtables-addons.changes index 04dbba9..cfd1d4b 100644 --- a/xtables-addons.changes +++ b/xtables-addons.changes @@ -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 diff --git a/xtables-addons.spec b/xtables-addons.spec index ffcda31..4994518 100644 --- a/xtables-addons.spec +++ b/xtables-addons.spec @@ -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