From 61b7a7d35422d63c2fe1c4ebde8b4f4c45ac5947 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Jul 12 2017 22:46:35 +0000 Subject: Fix SRPM build...I guess? --- diff --git a/mariadb.spec b/mariadb.spec index 74b70ff..0667142 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -296,7 +296,7 @@ Provides: mysql-libs%{?_isa} = %{sameevr} # these are the provides for the libmysqlclient.so.18 compatibility # symlink; the library auto-provides system does not handle this kind # of symlink. They should be removed when the symlink is removed -%if 0%{__isa_bits} == 64 +%if 0%{?__isa_bits} == 64 Provides: libmysqlclient.so.18()(64bit) Provides: libmysqlclient.so.18(libmysqlclient_16)(64bit) Provides: libmysqlclient.so.18(libmysqlclient_18)(64bit)