import mysql-8.0.32-1.module+el8.8.0+18446+fca6280e

c8-stream-8.0 imports/c8-stream-8.0/mysql-8.0.32-1.module+el8.8.0+18446+fca6280e
CentOS Sources 2 years ago committed by MSVSphere Packaging Team
parent 2f85170321
commit 4b92610816

2
.gitignore vendored

@ -1 +1 @@
SOURCES/mysql-boost-8.0.30.tar.gz
SOURCES/mysql-boost-8.0.32.tar.gz

@ -1 +1 @@
49ff9bc9d2030de79f3e56088ddfe1fa38f87f4a SOURCES/mysql-boost-8.0.30.tar.gz
973c4cf495bceaa8387f675e528010c2eed20e97 SOURCES/mysql-boost-8.0.32.tar.gz

@ -16,7 +16,7 @@
# 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
# 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
%global force_run_testsuite 0
@ -144,7 +144,7 @@
%endif
Name: %{?scl_prefix}mysql
Version: 8.0.30
Version: 8.0.32
Release: 1%{?with_debug:.debug}%{?dist}
Summary: MySQL client programs and shared libraries
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 %{SOURCE32} %{buildroot}%{_sysconfdir}/my.cnf.d/%{pkg_name}-default-authentication-plugin.cnf
rm %{buildroot}%{_infodir}/mysql.info*
rm %{buildroot}%{_libdir}/mysql/*.a
rm %{buildroot}%{_mandir}/man1/comp_err.1*
@ -1205,6 +1206,12 @@ fi
%endif
%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
- Update to MySQL 8.0.30
- Remove patches now upstream:

Loading…
Cancel
Save