Make build work for Fedorean systems
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/ebtables?expand=0&rev=13
This commit is contained in:
parent
2dd7a8ec18
commit
16bb9fad5b
@ -39,7 +39,12 @@ can be used together with the other Linux filtering tools, like
|
|||||||
iptables. There are no incompatibility issues.
|
iptables. There are no incompatibility issues.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
%if 0%{?__xz:1}
|
||||||
%setup -q -n %name-v2.0.10-1
|
%setup -q -n %name-v2.0.10-1
|
||||||
|
%else
|
||||||
|
tar -xf "%{S:0}" --use=xz;
|
||||||
|
%seutp -DTq
|
||||||
|
%endif
|
||||||
%patch0
|
%patch0
|
||||||
%patch1
|
%patch1
|
||||||
%patch -P 2 -p1
|
%patch -P 2 -p1
|
||||||
|
Loading…
Reference in New Issue
Block a user