Fix string quoting for rpm >= 4.16

This commit is contained in:
Björn Esser 2020-04-02 13:01:26 +02:00
parent cb6e24c0eb
commit 51760b9863
No known key found for this signature in database
GPG Key ID: F52E98007594C21D

View File

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