diff --git a/mariadb.spec b/mariadb.spec index 53593ba81d882eb89f1c339e97e2b5eaa392f8bb..1ab08f6fcb58bf3889b3c8b79dcee75eac89ba5a 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -2,7 +2,7 @@ Name: mariadb Version: 10.3.39 -Release: 1 +Release: 2 Epoch: 1 Summary: One of the most popular database servers License: GPLv2 with exceptions and LGPLv2 and BSD @@ -354,7 +354,8 @@ rm -r %{buildroot}%{_datadir}/sql-bench mkdir -p %{buildroot}/%{_libdir}/security/ mv %{buildroot}/lib64/security/pam_user_map.so %{buildroot}/%{_libdir}/security/pam_user_map.so - +# Disable plugins +sed -i 's/^plugin-load-add/#plugin-load-add/' %{buildroot}%{_sysconfdir}/my.cnf.d/auth_gssapi.cnf %check %if %runtest @@ -605,6 +606,9 @@ fi %changelog +* Fri Mar 15 2024 xiejing - 1:10.3.39-2 +- Disable gssapi plugin by default to fix init function error + * Tue Oct 17 2023 ZhenyuZheng - 1:10.3.39-1 - Bump to 10.3.39