From 51760b986394847b5bcbec08c2e27fdd868db2d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Thu, 2 Apr 2020 13:01:26 +0200 Subject: [PATCH] Fix string quoting for rpm >= 4.16 --- lmdb.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lmdb.spec b/lmdb.spec index 297493d..0212c13 100644 --- a/lmdb.spec +++ b/lmdb.spec @@ -80,7 +80,7 @@ sed -e 's:@PREFIX@:%{_prefix}:g' \ install -Dpm 0644 -t %{buildroot}%{_libdir}/pkgconfig lmdb.pc %check -%if 0%{?rhel} == 6 && %{_arch} == "ppc64" +%if 0%{?rhel} == 6 && "%{_arch}" == "ppc64" # rhel6 ppc64: skip unit tests exit 0 %endif