import mariadb-10.5.9-1.module+el8.4.0+10457+88cd7ba1
This commit is contained in:
parent
81a6588a1b
commit
04b71346f0
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
|
# Fails since 10.5.2
|
||||||
perfschema.memory_aggregate_32bit :
|
perfschema.memory_aggregate_32bit :
|
||||||
period.overlaps :
|
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
|
# 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 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
|
# 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
|
||||||
|
|
||||||
@ -116,7 +116,7 @@
|
|||||||
%bcond_without unbundled_pcre
|
%bcond_without unbundled_pcre
|
||||||
%else
|
%else
|
||||||
%bcond_with unbundled_pcre
|
%bcond_with unbundled_pcre
|
||||||
%global pcre_bundled_version 10.34
|
%global pcre_bundled_version 10.36
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Use main python interpretter version
|
# Use main python interpretter version
|
||||||
@ -154,8 +154,8 @@
|
|||||||
%global sameevr %{epoch}:%{version}-%{release}
|
%global sameevr %{epoch}:%{version}-%{release}
|
||||||
|
|
||||||
Name: mariadb
|
Name: mariadb
|
||||||
Version: 10.5.8
|
Version: 10.5.9
|
||||||
Release: 4%{?with_debug:.debug}%{?dist}
|
Release: 1%{?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
|
||||||
@ -911,7 +911,7 @@ export CFLAGS CXXFLAGS CPPFLAGS
|
|||||||
# Print all Cmake options values; "-LAH" means "List Advanced Help"
|
# Print all Cmake options values; "-LAH" means "List Advanced Help"
|
||||||
cmake -B %{_vpath_builddir} -LAH
|
cmake -B %{_vpath_builddir} -LAH
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build -j2
|
||||||
|
|
||||||
# build selinux policy
|
# build selinux policy
|
||||||
%if %{with galera}
|
%if %{with galera}
|
||||||
@ -1253,7 +1253,7 @@ export MTR_BUILD_THREAD=$(( $(date +%s) % 1100 ))
|
|||||||
--skip-test-list=unstable-tests
|
--skip-test-list=unstable-tests
|
||||||
%endif
|
%endif
|
||||||
# Second run for the SPIDER suites that fail with SCA (ssl self signed certificate)
|
# 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}
|
%if %{ignore_testsuite_result}
|
||||||
--max-test-fail=999 || :
|
--max-test-fail=999 || :
|
||||||
%endif
|
%endif
|
||||||
@ -1661,6 +1661,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Mar 19 2021 Michal Schorm <mschorm@redhat.com> - 10.5.8-4
|
||||||
- Move the PAM plugin to a standalone sub-package
|
- Move the PAM plugin to a standalone sub-package
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user