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:
Jordi Massaguer 2016-01-21 17:21:02 +00:00 committed by Git OBS Bridge
parent fc77975fbd
commit 019cc56ccf

View File

@ -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