Disable gssapi plugin by default to fix init function error

This commit is contained in:
xiejing 2024-03-18 17:39:17 +08:00
parent 39c87383ae
commit 031e192d26

View File

@ -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 <xiejing@kylinos.cn> - 1:10.3.39-2
- Disable gssapi plugin by default to fix init function error
* Tue Oct 17 2023 ZhenyuZheng<zheng.zhenyu@outlook.com> - 1:10.3.39-1
- Bump to 10.3.39