!94 Disable gssapi plugin by default to fix init function error

From: @XIE-JING-2022 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
This commit is contained in:
openeuler-ci-bot 2024-03-21 01:56:25 +00:00 committed by Gitee
commit 5de3e8ef35
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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