|
|
@ -16,7 +16,7 @@
|
|
|
|
# The last version on which the full testsuite has been run
|
|
|
|
# The last version on which the full testsuite has been run
|
|
|
|
# In case of further rebuilds of that version, don't require full testsuite to be run
|
|
|
|
# In case of further rebuilds of that version, don't require full testsuite to be run
|
|
|
|
# run only "main" suite
|
|
|
|
# run only "main" suite
|
|
|
|
%global last_tested_version 8.0.30
|
|
|
|
%global last_tested_version 8.0.32
|
|
|
|
# Set to 1 to force run the testsuite even if it was already tested in current version
|
|
|
|
# Set to 1 to force run the testsuite even if it was already tested in current version
|
|
|
|
%global force_run_testsuite 0
|
|
|
|
%global force_run_testsuite 0
|
|
|
|
|
|
|
|
|
|
|
@ -144,7 +144,7 @@
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
Name: %{?scl_prefix}mysql
|
|
|
|
Name: %{?scl_prefix}mysql
|
|
|
|
Version: 8.0.30
|
|
|
|
Version: 8.0.32
|
|
|
|
Release: 1%{?with_debug:.debug}%{?dist}
|
|
|
|
Release: 1%{?with_debug:.debug}%{?dist}
|
|
|
|
Summary: MySQL client programs and shared libraries
|
|
|
|
Summary: MySQL client programs and shared libraries
|
|
|
|
URL: http://www.mysql.com
|
|
|
|
URL: http://www.mysql.com
|
|
|
@ -736,6 +736,7 @@ install -p -m 644 scripts/mysql-scripts-common %{buildroot}%{_libexecdir}/mysql-
|
|
|
|
install -D -p -m 0644 scripts/server.cnf %{buildroot}%{_sysconfdir}/my.cnf.d/%{pkg_name}-server.cnf
|
|
|
|
install -D -p -m 0644 scripts/server.cnf %{buildroot}%{_sysconfdir}/my.cnf.d/%{pkg_name}-server.cnf
|
|
|
|
install -D -p -m 0644 %{SOURCE32} %{buildroot}%{_sysconfdir}/my.cnf.d/%{pkg_name}-default-authentication-plugin.cnf
|
|
|
|
install -D -p -m 0644 %{SOURCE32} %{buildroot}%{_sysconfdir}/my.cnf.d/%{pkg_name}-default-authentication-plugin.cnf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
rm %{buildroot}%{_infodir}/mysql.info*
|
|
|
|
rm %{buildroot}%{_libdir}/mysql/*.a
|
|
|
|
rm %{buildroot}%{_libdir}/mysql/*.a
|
|
|
|
rm %{buildroot}%{_mandir}/man1/comp_err.1*
|
|
|
|
rm %{buildroot}%{_mandir}/man1/comp_err.1*
|
|
|
|
|
|
|
|
|
|
|
@ -1205,6 +1206,12 @@ fi
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Jan 05 2023 Lars Tangvald <lars.tangvald@oracle.com> - 8.0.32-1
|
|
|
|
|
|
|
|
- Update to MySQL 8.0.32
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Sep 30 2022 Lars Tangvald <lars.tangvald@oracle.com> - 8.0.31-1
|
|
|
|
|
|
|
|
- Update to MySQL 8.0.31
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 06 2022 Lars Tangvald <lars.tangvald@oracle.com> - 8.0.30-1
|
|
|
|
* Wed Jul 06 2022 Lars Tangvald <lars.tangvald@oracle.com> - 8.0.30-1
|
|
|
|
- Update to MySQL 8.0.30
|
|
|
|
- Update to MySQL 8.0.30
|
|
|
|
- Remove patches now upstream:
|
|
|
|
- Remove patches now upstream:
|
|
|
|