From cb88e1b3a3e93e6c938b8273f8513576434dc217 Mon Sep 17 00:00:00 2001 From: Lukas Javorsky Date: May 13 2021 11:24:59 +0000 Subject: Align scl syspaths with RHEL repo --- diff --git a/community-mysql.spec b/community-mysql.spec index 947eb58..626c30d 100644 --- a/community-mysql.spec +++ b/community-mysql.spec @@ -502,6 +502,11 @@ package contains the regression test suite distributed with the MySQL sources. %endif +%if 0%{?scl:1} +%scl_syspaths_package -d +%scl_syspaths_package config -d +%scl_syspaths_package server -d +%endif %prep %setup -q -n mysql-%{version} @@ -1011,6 +1016,11 @@ fi %attr(-,mysql,mysql) %{_datadir}/mysql-test %{_mandir}/man1/zlib_decompress.1* +%if 0%{?scl:1} +%scl_syspaths_files -n mysql +%scl_syspaths_files -n mysql-config +%scl_syspaths_files -n mysql-server +%endif %dir %{_libdir}/mysql/plugin %{_libdir}/mysql/plugin/auth.so %{_libdir}/mysql/plugin/auth_test_plugin.so