forked from pool/talloc
Accepting request 841260 from home:dimstar:Factory
- Fix build with RPM 4.16: bad %if condition: 01550 != 1110 || "x86_64" == x86_64 no bare word support, x86_64 needs to be quoted OBS-URL: https://build.opensuse.org/request/show/841260 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=119
This commit is contained in:
parent
39060a07e3
commit
9d7bbd4a34
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 12 11:52:39 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Fix build with RPM 4.16:
|
||||
bad %if condition: 01550 != 1110 || "x86_64" == x86_64
|
||||
no bare word support, x86_64 needs to be quoted
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 6 17:31:27 UTC 2020 - Noel Power <nopower@suse.com>
|
||||
|
||||
|
@ -137,7 +137,7 @@ doxygen doxy.config
|
||||
|
||||
%if ! %{build_man}
|
||||
%check
|
||||
%if 0%{?suse_version} != 1110 || "%{_build_arch}" == x86_64
|
||||
%if 0%{?suse_version} != 1110 || "%{_build_arch}" == "x86_64"
|
||||
%if "%{qemu_user_space_build}" == "1"
|
||||
echo "skipping test on qemu userspace build due to AT_RANDOM not changing"
|
||||
%else # qemu_user_space_build == 1
|
||||
|
Loading…
Reference in New Issue
Block a user