From 16bb9fad5b47541e6b004de796ba061a4f45f09bb2d7a22bf12d17396b3ce04c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 1 Aug 2011 18:40:07 +0000 Subject: [PATCH] Make build work for Fedorean systems OBS-URL: https://build.opensuse.org/package/show/security:netfilter/ebtables?expand=0&rev=13 --- ebtables.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ebtables.spec b/ebtables.spec index 4d7a0bd..9aaf43a 100644 --- a/ebtables.spec +++ b/ebtables.spec @@ -39,7 +39,12 @@ can be used together with the other Linux filtering tools, like iptables. There are no incompatibility issues. %prep +%if 0%{?__xz:1} %setup -q -n %name-v2.0.10-1 +%else +tar -xf "%{S:0}" --use=xz; +%seutp -DTq +%endif %patch0 %patch1 %patch -P 2 -p1