!90 [sync] PR-89: 添加sw架构
From: @openeuler-sync-bot Reviewed-by: @gitee-cmd Signed-off-by: @gitee-cmd
This commit is contained in:
commit
04ce27769f
1522
mysql-Add-sw64-architecture.patch
Executable file
1522
mysql-Add-sw64-architecture.patch
Executable file
File diff suppressed because it is too large
Load Diff
@ -30,7 +30,7 @@
|
|||||||
%global sameevr %{?epoch:%{epoch}:}%{version}-%{release}
|
%global sameevr %{?epoch:%{epoch}:}%{version}-%{release}
|
||||||
Name: mysql
|
Name: mysql
|
||||||
Version: 8.0.29
|
Version: 8.0.29
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: MySQL client programs and shared libraries
|
Summary: MySQL client programs and shared libraries
|
||||||
URL: http://www.mysql.com
|
URL: http://www.mysql.com
|
||||||
License: GPLv2 with exceptions and LGPLv2 and BSD
|
License: GPLv2 with exceptions and LGPLv2 and BSD
|
||||||
@ -64,6 +64,7 @@ Patch80: %{pkgnamepatch}-fix-includes-robin-hood.patch
|
|||||||
Patch81: disable-moutline-atomics-for-aarch64.patch
|
Patch81: disable-moutline-atomics-for-aarch64.patch
|
||||||
Patch115: boost-1.58.0-pool.patch
|
Patch115: boost-1.58.0-pool.patch
|
||||||
Patch125: boost-1.57.0-mpl-print.patch
|
Patch125: boost-1.57.0-mpl-print.patch
|
||||||
|
Patch126: mysql-Add-sw64-architecture.patch
|
||||||
|
|
||||||
BuildRequires: cmake gcc-c++ libaio-devel libedit-devel libevent-devel libicu-devel lz4
|
BuildRequires: cmake gcc-c++ libaio-devel libedit-devel libevent-devel libicu-devel lz4
|
||||||
BuildRequires: lz4-devel mecab-devel bison libzstd-devel
|
BuildRequires: lz4-devel mecab-devel bison libzstd-devel
|
||||||
@ -231,6 +232,9 @@ pushd boost/boost_$(echo %{boost_bundled_version}| tr . _)
|
|||||||
%patch115 -p0
|
%patch115 -p0
|
||||||
%patch125 -p1
|
%patch125 -p1
|
||||||
popd
|
popd
|
||||||
|
%ifarch sw_64
|
||||||
|
%patch126 -p1
|
||||||
|
%endif
|
||||||
pushd mysql-test
|
pushd mysql-test
|
||||||
add_test () {
|
add_test () {
|
||||||
echo "$1" : BUG#0 "${@:2}" >> %{skiplist}
|
echo "$1" : BUG#0 "${@:2}" >> %{skiplist}
|
||||||
@ -543,6 +547,9 @@ fi
|
|||||||
%{_mandir}/man1/mysql_config.1*
|
%{_mandir}/man1/mysql_config.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 26 2022 wuzx<wuzx1226@qq.com> - 8.0.29-2
|
||||||
|
- Add sw64 architecture
|
||||||
|
|
||||||
*Mon May 9 2022 jintang song<jintang.song@epro.com.cn> - 8.0.29-1
|
*Mon May 9 2022 jintang song<jintang.song@epro.com.cn> - 8.0.29-1
|
||||||
- Upgrade mysql to 8.0.29,fix CVES:'CVE-2022-21423 CVE-2022-21451
|
- Upgrade mysql to 8.0.29,fix CVES:'CVE-2022-21423 CVE-2022-21451
|
||||||
CVE-2022-21444 CVE-2022-21460 CVE-2022-21417 CVE-2022-21427 CVE-2022-21414
|
CVE-2022-21444 CVE-2022-21460 CVE-2022-21417 CVE-2022-21427 CVE-2022-21414
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user