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