fix the if expression in the spec file
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=55
This commit is contained in:
parent
fc77975fbd
commit
019cc56ccf
@ -165,8 +165,8 @@ Test package for docker. It contains the source code and the tests.
|
||||
# However, docker now expects the "wrong" data type, since docker had a workaround
|
||||
# for that issue.
|
||||
# Thus, we need to workaround the workaroundn in tumbleweed
|
||||
%if 0%{suse_version} >= 1330 && 0%{is_opensuse} == 1
|
||||
%patch5 -p1
|
||||
%if 0%{?suse_version} >= 1330 && 0%{?is_opensuse} == 1
|
||||
%patch5 -p1
|
||||
%endif
|
||||
%ifnarch %go_arches
|
||||
%patch100 -p1
|
||||
|
Loading…
Reference in New Issue
Block a user