Fix string quoting for rpm >= 4.16
This commit is contained in:
parent
cb6e24c0eb
commit
51760b9863
@ -80,7 +80,7 @@ sed -e 's:@PREFIX@:%{_prefix}:g' \
|
|||||||
install -Dpm 0644 -t %{buildroot}%{_libdir}/pkgconfig lmdb.pc
|
install -Dpm 0644 -t %{buildroot}%{_libdir}/pkgconfig lmdb.pc
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%if 0%{?rhel} == 6 && %{_arch} == "ppc64"
|
%if 0%{?rhel} == 6 && "%{_arch}" == "ppc64"
|
||||||
# rhel6 ppc64: skip unit tests
|
# rhel6 ppc64: skip unit tests
|
||||||
exit 0
|
exit 0
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user