Rebase to 10.3.16
Added patch for armv7hl builds of spider SE
This commit is contained in:
parent
3a7d1f945d
commit
8bf3a7d827
1087
mariadb-spider_on_armv7hl.patch
Normal file
1087
mariadb-spider_on_armv7hl.patch
Normal file
File diff suppressed because it is too large
Load Diff
12
mariadb.spec
12
mariadb.spec
@ -11,7 +11,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.3.15
|
%global last_tested_version 10.3.16
|
||||||
# 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
|
||||||
|
|
||||||
@ -152,7 +152,7 @@
|
|||||||
%global sameevr %{epoch}:%{version}-%{release}
|
%global sameevr %{epoch}:%{version}-%{release}
|
||||||
|
|
||||||
Name: mariadb
|
Name: mariadb
|
||||||
Version: 10.3.15
|
Version: 10.3.16
|
||||||
Release: 1%{?with_debug:.debug}%{?dist}
|
Release: 1%{?with_debug:.debug}%{?dist}
|
||||||
Epoch: 3
|
Epoch: 3
|
||||||
|
|
||||||
@ -201,6 +201,9 @@ Patch10: %{pkgnamepatch}-ssl-cipher-tests.patch
|
|||||||
Patch11: %{pkgnamepatch}-pcdir.patch
|
Patch11: %{pkgnamepatch}-pcdir.patch
|
||||||
# Patch12: Fix mysqld_safe --dry-run
|
# Patch12: Fix mysqld_safe --dry-run
|
||||||
Patch12: %{pkgnamepatch}-mysqld_safe.patch
|
Patch12: %{pkgnamepatch}-mysqld_safe.patch
|
||||||
|
# Patch13: Fix Spider code on armv7hl; https://jira.mariadb.org/browse/MDEV-18737
|
||||||
|
Patch13: %{pkgnamepatch}-spider_on_armv7hl.patch
|
||||||
|
|
||||||
|
|
||||||
BuildRequires: cmake gcc-c++
|
BuildRequires: cmake gcc-c++
|
||||||
BuildRequires: multilib-rpm-config
|
BuildRequires: multilib-rpm-config
|
||||||
@ -697,6 +700,7 @@ find . -name "*.jar" -type f -exec rm --verbose -f {} \;
|
|||||||
%patch10 -p1
|
%patch10 -p1
|
||||||
%patch11 -p1
|
%patch11 -p1
|
||||||
%patch12 -p1
|
%patch12 -p1
|
||||||
|
%patch13 -p1
|
||||||
|
|
||||||
# workaround for upstream bug #56342
|
# workaround for upstream bug #56342
|
||||||
#rm mysql-test/t/ssl_8k_key-master.opt
|
#rm mysql-test/t/ssl_8k_key-master.opt
|
||||||
@ -1574,6 +1578,10 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 18 2019 Michal Schorm <mschorm@redhat.com> - 10.3.16-1
|
||||||
|
- Rebase to 10.3.16
|
||||||
|
- Added patch for armv7hl builds of spider SE
|
||||||
|
|
||||||
* Tue Jun 11 2019 Michal Schorm <mschorm@redhat.com> - 10.3.15-1
|
* Tue Jun 11 2019 Michal Schorm <mschorm@redhat.com> - 10.3.15-1
|
||||||
- Rebase to 10.3.15
|
- Rebase to 10.3.15
|
||||||
- CVEs fixed:
|
- CVEs fixed:
|
||||||
|
@ -51,3 +51,6 @@ parts.partition_alter4_innodb :
|
|||||||
|
|
||||||
# Fails from 10.3.9
|
# Fails from 10.3.9
|
||||||
encryption.innodb-redo-badkey :
|
encryption.innodb-redo-badkey :
|
||||||
|
|
||||||
|
# Fails from 10.3.16
|
||||||
|
main.mysql :
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (mariadb-10.3.15.tar.gz) = 35332ac32cba27fef1b4ddd2209236853f4309756fd121fbdbd2b6be0651e817cedc80e276b89ccfa4bc76760811434fab45a4d380d0ebd500c7d9bd7377fe93
|
SHA512 (mariadb-10.3.16.tar.gz) = b22a8c8fa0265f88962432ade71c3f0ec554f7d38042def832cfcb50f3aa1dd77a715c76706ffeae679b95438529b06e98b73b7e219f9c645980802027ec022f
|
||||||
|
Loading…
Reference in New Issue
Block a user