Add sw64 architecture
Signed-off-by: wzx <wuzx1226@qq.com> (cherry picked from commit c3188a78de9adb7355102c035f0a43b7c80bbf5e)
This commit is contained in:
parent
0fbe2a8671
commit
1d0aa69575
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}
|
||||
Name: mysql
|
||||
Version: 8.0.29
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: MySQL client programs and shared libraries
|
||||
URL: http://www.mysql.com
|
||||
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
|
||||
Patch115: boost-1.58.0-pool.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: lz4-devel mecab-devel bison libzstd-devel
|
||||
@ -231,6 +232,9 @@ pushd boost/boost_$(echo %{boost_bundled_version}| tr . _)
|
||||
%patch115 -p0
|
||||
%patch125 -p1
|
||||
popd
|
||||
%ifarch sw_64
|
||||
%patch126 -p1
|
||||
%endif
|
||||
pushd mysql-test
|
||||
add_test () {
|
||||
echo "$1" : BUG#0 "${@:2}" >> %{skiplist}
|
||||
@ -543,6 +547,9 @@ fi
|
||||
%{_mandir}/man1/mysql_config.1*
|
||||
|
||||
%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
|
||||
- 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user