Rebase to 10.11.8
This commit is contained in:
parent
948e9f4103
commit
603aa27cc7
@ -1,6 +1,6 @@
|
||||
# Plain package name for cases, where %%{name} differs (e.g. for versioned packages)
|
||||
%global majorname mariadb
|
||||
%define package_version 10.11.7
|
||||
%define package_version 10.11.8
|
||||
%define majorversion %(echo %{package_version} | cut -d'.' -f1-2 )
|
||||
|
||||
# Set if this package will be the default one in distribution
|
||||
@ -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.11.7
|
||||
%global last_tested_version 10.11.8
|
||||
# Set to 1 to force run the testsuite even if it was already tested in current version
|
||||
%global force_run_testsuite 0
|
||||
|
||||
@ -1736,6 +1736,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Jun 07 2024 Michal Schorm <mschorm@redhat.com> - 3:10.11.8-1
|
||||
- Rebase to 10.11.8
|
||||
|
||||
* Thu Jun 06 2024 Michal Schorm <mschorm@redhat.com> - 3:10.11.7-1
|
||||
- Rebase to 10.11.7
|
||||
- Patch 10 removed, the main.ssl_cipher test has been fixed
|
||||
|
@ -108,3 +108,6 @@ spider/bugfix.plugin_load_add_all :
|
||||
spider/bugfix.plugin_load_add_spider :
|
||||
spider/bugfix.udf_mysql_func_early :
|
||||
spider/bugfix.udf_mysql_func_early_init_file :
|
||||
|
||||
# Fails since 10.11.8
|
||||
rpl.rpl_get_lock :
|
||||
|
3
sources
3
sources
@ -1,2 +1 @@
|
||||
SHA512 (mariadb-10.11.7.tar.gz) = a6ebc9ba88b52e5d339b176b6fa48c03fcbe5bb590740a02c1bbd083a3d62e619937e645de2504a9f9adeed2f67127fab0307dece524b7c5217ad5df0f3ccc71
|
||||
SHA512 (8.0.1.zip) = 53f781e33ffb3bc38d743b81c5755a7d71dce95dcf5cdf23d5b4cf880a8f29189ca1b790272ee8586cbcd552648bae040247e572b2a97cd8b3631c284873f57d
|
||||
SHA512 (mariadb-10.11.8.tar.gz) = 61bdbe4a51adb438335c22bfcf75f59864fa0412c7ed6e938ef73fd602c2ef27131dbeef83cd314f2bea54135c6e8f8646608ff96a7ce6ce2c74f34ef6a8675f
|
||||
|
Loading…
Reference in New Issue
Block a user