mirror of
https://git.centos.org/rpms/mariadb.git
synced 2025-02-23 08:12:59 +00:00
import mariadb-10.5.9-1.module+el8.4.0+10457+88cd7ba1
This commit is contained in:
parent
e16ccc9531
commit
d1343aa77b
4 changed files with 13 additions and 8 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1 +1 @@
|
|||
SOURCES/mariadb-10.5.8.tar.gz
|
||||
SOURCES/mariadb-10.5.9.tar.gz
|
||||
|
|
|
@ -1 +1 @@
|
|||
6442a3c9d9d316086ce6822f18e2e026bd8422d0 SOURCES/mariadb-10.5.8.tar.gz
|
||||
73767fac3d1c504298259708272fb6a58e644967 SOURCES/mariadb-10.5.9.tar.gz
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# Fails since 10.5.2
|
||||
perfschema.memory_aggregate_32bit :
|
||||
period.overlaps :
|
||||
# Fails since 10.5.9
|
||||
bugfix.wait_timeout :
|
||||
|
|
|
@ -15,7 +15,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 10.5.8
|
||||
%global last_tested_version 10.5.9
|
||||
# Set to 1 to force run the testsuite even if it was already tested in current version
|
||||
%global force_run_testsuite 0
|
||||
|
||||
|
@ -116,7 +116,7 @@
|
|||
%bcond_without unbundled_pcre
|
||||
%else
|
||||
%bcond_with unbundled_pcre
|
||||
%global pcre_bundled_version 10.34
|
||||
%global pcre_bundled_version 10.36
|
||||
%endif
|
||||
|
||||
# Use main python interpretter version
|
||||
|
@ -154,8 +154,8 @@
|
|||
%global sameevr %{epoch}:%{version}-%{release}
|
||||
|
||||
Name: mariadb
|
||||
Version: 10.5.8
|
||||
Release: 4%{?with_debug:.debug}%{?dist}
|
||||
Version: 10.5.9
|
||||
Release: 1%{?with_debug:.debug}%{?dist}
|
||||
Epoch: 3
|
||||
|
||||
Summary: A very fast and robust SQL database server
|
||||
|
@ -911,7 +911,7 @@ export CFLAGS CXXFLAGS CPPFLAGS
|
|||
# Print all Cmake options values; "-LAH" means "List Advanced Help"
|
||||
cmake -B %{_vpath_builddir} -LAH
|
||||
|
||||
%cmake_build
|
||||
%cmake_build -j2
|
||||
|
||||
# build selinux policy
|
||||
%if %{with galera}
|
||||
|
@ -1253,7 +1253,7 @@ export MTR_BUILD_THREAD=$(( $(date +%s) % 1100 ))
|
|||
--skip-test-list=unstable-tests
|
||||
%endif
|
||||
# Second run for the SPIDER suites that fail with SCA (ssl self signed certificate)
|
||||
perl ./mysql-test-run.pl $common_testsuite_arguments --skip-ssl --big-test --mem --suite=spider,spider/bg,spider/bugfix,spider/handler \
|
||||
perl ./mysql-test-run.pl $common_testsuite_arguments --skip-ssl --big-test --mem --suite=spider,spider/bg,spider/bugfix,spider/handler --skip-test-list=unstable-tests \
|
||||
%if %{ignore_testsuite_result}
|
||||
--max-test-fail=999 || :
|
||||
%endif
|
||||
|
@ -1661,6 +1661,9 @@ fi
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Mar 22 2021 Michal Schorm <mschorm@redhat.com> - 10.5.9-1
|
||||
- Rebase to 10.5.9
|
||||
|
||||
* Fri Mar 19 2021 Michal Schorm <mschorm@redhat.com> - 10.5.8-4
|
||||
- Move the PAM plugin to a standalone sub-package
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue