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:
Samuel Cabrero 2020-10-13 07:22:18 +00:00 committed by Git OBS Bridge
parent 39060a07e3
commit 9d7bbd4a34
2 changed files with 8 additions and 1 deletions

View File

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

View File

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