Accepting request 841412 from network:samba:STABLE

OBS-URL: https://build.opensuse.org/request/show/841412
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/talloc?expand=0&rev=38
This commit is contained in:
Dominique Leuenberger 2020-10-15 11:45:16 +00:00 committed by Git OBS Bridge
commit a1e0acabf9
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