From 9d7bbd4a34297997d904551978a4e7a644faa2c984d390c80aeea19eb6b170ee Mon Sep 17 00:00:00 2001 From: Samuel Cabrero Date: Tue, 13 Oct 2020 07:22:18 +0000 Subject: [PATCH] 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 --- talloc.changes | 7 +++++++ talloc.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/talloc.changes b/talloc.changes index d009e22..39f2a47 100644 --- a/talloc.changes +++ b/talloc.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Oct 12 11:52:39 UTC 2020 - Dominique Leuenberger + +- 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 diff --git a/talloc.spec b/talloc.spec index 86efb9a..7496469 100644 --- a/talloc.spec +++ b/talloc.spec @@ -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