Fix string quoting for rpm >= 4.16

This commit is contained in:
Björn Esser 2020-04-02 13:05:45 +02:00
parent 3731874e5e
commit 333a690a99
No known key found for this signature in database
GPG Key ID: F52E98007594C21D

View File

@ -39,7 +39,7 @@
# https://mariadb.com/kb/en/library/about-myrocks-for-mariadb/
# RocksDB engine is available only for x86_64
# RocksDB may be built with jemalloc, if specified in CMake
%if %_arch == x86_64 && 0%{?fedora}
%if "%_arch" == "x86_64" && 0%{?fedora}
%bcond_without tokudb
%bcond_without mroonga
%bcond_without rocksdb