import mariadb-10.3.32-2.module+el8.5.0+14124+14ced695

This commit is contained in:
CentOS Sources 2022-04-26 09:52:37 -04:00 committed by Stepan Oksanichenko
parent e5524c587c
commit 39e1cf5a6f
4 changed files with 35 additions and 13 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/mariadb-10.3.28.tar.gz SOURCES/mariadb-10.3.32.tar.gz

View File

@ -1 +1 @@
eaf7fbf7878103601f3bbecbdbfc25ffb39e65f1 SOURCES/mariadb-10.3.28.tar.gz ad2b6d16fcbcdc3e0a131e75efe72ec695054be3 SOURCES/mariadb-10.3.32.tar.gz

View File

@ -26,9 +26,13 @@ Update 6/2018
beeing able to send the SIGHUP to the process and read the mysqld pid file, which root can. beeing able to send the SIGHUP to the process and read the mysqld pid file, which root can.
* Submited as PR: https://github.com/MariaDB/server/pull/807 * Submited as PR: https://github.com/MariaDB/server/pull/807
--- mariadb-10.3.19/support-files/mysql-log-rotate.sh 2019-11-03 17:03:27.000000000 +0100 Update 01/2022
+++ mariadb-10.3.19/support-files/mysql-log-rotate.sh_patched 2019-11-06 15:07:54.205379672 +0100 * added delaycompress option
@@ -3,23 +3,10 @@ * see https://mariadb.com/kb/en/rotating-logs-on-unix-and-linux
--- mariadb-10.3.32/support-files/mysql-log-rotate.sh 2022-01-14 17:03:27.000000000 +0100
+++ mariadb-10.3.32/support-files/mysql-log-rotate.sh_patched 2022-01-17 15:07:54.205379672 +0100
@@ -3,35 +3,21 @@
# in the [mysqld] section as follows: # in the [mysqld] section as follows:
# #
# [mysqld] # [mysqld]
@ -55,8 +59,9 @@ Update 6/2018
notifempty notifempty
daily daily
rotate 3 rotate 3
@@ -27,11 +14,9 @@ missingok
compress compress
+ delaycompress
postrotate postrotate
# just if mysqld is really running # just if mysqld is really running
- if test -x @bindir@/mysqladmin && \ - if test -x @bindir@/mysqladmin && \

View File

@ -33,7 +33,7 @@
# Experimental version of the Cassandra storage engine # Experimental version of the Cassandra storage engine
# The tests needs running cassandra server # The tests needs running cassandra server
# Do not build it for now # Do not build it for now
%if %_arch == x86_64 && 0%{?fedora} %if "%_arch" == "x86_64" && 0%{?fedora}
%bcond_without tokudb %bcond_without tokudb
%bcond_without mroonga %bcond_without mroonga
%bcond_without rocksdb %bcond_without rocksdb
@ -106,7 +106,7 @@
%bcond_without unbundled_pcre %bcond_without unbundled_pcre
%else %else
%bcond_with unbundled_pcre %bcond_with unbundled_pcre
%global pcre_bundled_version 8.44 %global pcre_bundled_version 8.45
%endif %endif
# Include systemd files # Include systemd files
@ -142,8 +142,8 @@
%global sameevr %{epoch}:%{version}-%{release} %global sameevr %{epoch}:%{version}-%{release}
Name: mariadb Name: mariadb
Version: 10.3.28 Version: 10.3.32
Release: 1%{?with_debug:.debug}%{?dist} Release: 2%{?with_debug:.debug}%{?dist}
Epoch: 3 Epoch: 3
Summary: A very fast and robust SQL database server Summary: A very fast and robust SQL database server
@ -1150,7 +1150,7 @@ export MTR_BUILD_THREAD=%{__isa_bits}
cd mysql-test cd mysql-test
perl ./mysql-test-run.pl --parallel=auto --force --retry=1 --ssl \ perl ./mysql-test-run.pl --parallel=auto --force --retry=1 --ssl \
--suite-timeout=900 --testcase-timeout=30 \ --suite-timeout=5000 --testcase-timeout=100 \
--mysqld=--binlog-format=mixed --force-restart \ --mysqld=--binlog-format=mixed --force-restart \
--shutdown-timeout=60 --max-test-fail=10 --big-test \ --shutdown-timeout=60 --max-test-fail=10 --big-test \
--skip-test=spider \ --skip-test=spider \
@ -1358,7 +1358,7 @@ fi
%dir %{_libdir}/%{pkg_name} %dir %{_libdir}/%{pkg_name}
%dir %{_libdir}/%{pkg_name}/plugin %dir %{_libdir}/%{pkg_name}/plugin
%{_libdir}/security/pam_user_map.so %{_libdir}/security/pam_user_map.so
%{_sysconfdir}/security/user_map.conf %config(noreplace) %{_sysconfdir}/security/user_map.conf
%{_libdir}/%{pkg_name}/plugin/* %{_libdir}/%{pkg_name}/plugin/*
%{?with_oqgraph:%exclude %{_libdir}/%{pkg_name}/plugin/ha_oqgraph.so} %{?with_oqgraph:%exclude %{_libdir}/%{pkg_name}/plugin/ha_oqgraph.so}
%{?with_connect:%exclude %{_libdir}/%{pkg_name}/plugin/ha_connect.so} %{?with_connect:%exclude %{_libdir}/%{pkg_name}/plugin/ha_connect.so}
@ -1406,7 +1406,6 @@ fi
%{_datadir}/%{pkg_name}/mysql_system_tables.sql %{_datadir}/%{pkg_name}/mysql_system_tables.sql
%{_datadir}/%{pkg_name}/mysql_system_tables_data.sql %{_datadir}/%{pkg_name}/mysql_system_tables_data.sql
%{_datadir}/%{pkg_name}/mysql_test_data_timezone.sql %{_datadir}/%{pkg_name}/mysql_test_data_timezone.sql
%{_datadir}/%{pkg_name}/mysql_to_mariadb.sql
%{_datadir}/%{pkg_name}/mysql_performance_tables.sql %{_datadir}/%{pkg_name}/mysql_performance_tables.sql
%{_datadir}/%{pkg_name}/mysql_test_db.sql %{_datadir}/%{pkg_name}/mysql_test_db.sql
%if %{with mroonga} %if %{with mroonga}
@ -1588,6 +1587,24 @@ fi
%endif %endif
%changelog %changelog
* Mon Jan 17 2022 Zuzana Miklankova <zmiklank@redhat.com> - 3:10.3.32-2
- Add delaycompress option to the logrotate script
* Wed Jan 12 2022 Zuzana Miklankova <zmiklank@redhat.com> - 3:10.3.32-1
- Rebase to 10.3.32
* Tue Jan 11 2022 Zuzana Miklankova <zmiklank@redhat.com> - 3:10.3.31-1
- Rebase to 10.3.31
* Fri Sep 24 2021 Lukas Javorsky <ljavorsk@redhat.com> - 3:10.3.30-1
- Rebase to 10.3.30
* Mon Aug 09 2021 Lukas Javorsky <ljavorsk@redhat.com> - 3:10.3.29-2
- Set user_map.conf file to be noreplace config file
* Tue May 05 2021 Michal Schorm <mschorm@redhat.com> - 3:10.3.29-1
- Rebase to 10.3.29
* Wed Mar 24 2021 Michal Schorm <mschorm@redhat.com> - 3:10.3.28-1 * Wed Mar 24 2021 Michal Schorm <mschorm@redhat.com> - 3:10.3.28-1
- Rebase to 10.3.28 - Rebase to 10.3.28