diff --git a/mariadb.spec b/mariadb.spec index 0068f1d..e10e8e0 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -126,7 +126,7 @@ Name: mariadb Version: %{compatver}.%{bugfixver} -Release: 5%{?with_debug:.debug}%{?dist} +Release: 6%{?with_debug:.debug}%{?dist} Epoch: 3 Summary: A community developed branch of MySQL @@ -766,13 +766,7 @@ make -f /usr/share/selinux/devel/Makefile %{name}-server-galera.pp %endif %install -# CMAKE_INSTALL_ALWAYS is a bit of a hacky workaround for -# https://jira.mariadb.org/browse/MDEV-13370 ; it assumes that -# include/ gets installed *after* libmariadb/include/ , if that -# ever gets reversed, it will do exactly the wrong thing. Make sure -# the mysql.h that ultimately gets installed is the one from include/ -# not the one from libmariadb/include/ . -make DESTDIR=%{buildroot} CMAKE_INSTALL_ALWAYS=1 install +make DESTDIR=%{buildroot} install # multilib header support for header in mysql/my_config.h mysql/private/config.h; do @@ -1433,6 +1427,9 @@ fi %endif %changelog +* Tue Jul 25 2017 Adam Williamson - 3:10.2.7-6 +- Revert previous change, go back to libmariadb headers (RHBZ #1474764) + * Fri Jul 21 2017 Adam Williamson - 3:10.2.7-5 - Install correct headers (server, not client) - MDEV-13370