add build requires for resolving building errors
This commit is contained in:
parent
7bd07f3e65
commit
ae834ad939
@ -30,7 +30,7 @@
|
|||||||
%global sameevr %{?epoch:%{epoch}:}%{version}-%{release}
|
%global sameevr %{?epoch:%{epoch}:}%{version}-%{release}
|
||||||
Name: mysql
|
Name: mysql
|
||||||
Version: 8.0.24
|
Version: 8.0.24
|
||||||
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
|
||||||
@ -78,7 +78,7 @@ BuildRequires: perl(Getopt::Long) perl(if) perl(IO::File) perl(IO::Handle)
|
|||||||
BuildRequires: perl(IO::Socket::INET) perl(IPC::Open3) perl(JSON) perl(lib) perl(LWP::Simple)
|
BuildRequires: perl(IO::Socket::INET) perl(IPC::Open3) perl(JSON) perl(lib) perl(LWP::Simple)
|
||||||
BuildRequires: perl(Memoize) perl(Net::Ping) perl(POSIX) perl(Socket) perl(strict)
|
BuildRequires: perl(Memoize) perl(Net::Ping) perl(POSIX) perl(Socket) perl(strict)
|
||||||
BuildRequires: perl(Sys::Hostname) perl(Test::More) perl(Time::HiRes) perl(Time::localtime)
|
BuildRequires: perl(Sys::Hostname) perl(Test::More) perl(Time::HiRes) perl(Time::localtime)
|
||||||
BuildRequires: perl(warnings) systemd
|
BuildRequires: perl(warnings) systemd m4
|
||||||
Requires: bash coreutils grep %{name}-common%{?_isa} = %{sameevr}
|
Requires: bash coreutils grep %{name}-common%{?_isa} = %{sameevr}
|
||||||
Provides: bundled(boost) = %{boost_bundled_version}
|
Provides: bundled(boost) = %{boost_bundled_version}
|
||||||
%if %{with mysql_names}
|
%if %{with mysql_names}
|
||||||
@ -536,6 +536,10 @@ fi
|
|||||||
%{_mandir}/man1/mysql_config.1*
|
%{_mandir}/man1/mysql_config.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 16 2021 zhaoyao <zhaoyao32@huawei.com> - 8.0.24-2
|
||||||
|
- Fix buiding error: Built target mysqlgcs error
|
||||||
|
- Add m4 in BuildRequires
|
||||||
|
|
||||||
* Thu May 8 2021 wutao <wutao61@huawei.com> - 8.0.24-1
|
* Thu May 8 2021 wutao <wutao61@huawei.com> - 8.0.24-1
|
||||||
- Upgrade mysql to 8.0.24, fix CVES: CVE-2021-2166 CVE-2021-2146
|
- Upgrade mysql to 8.0.24, fix CVES: CVE-2021-2166 CVE-2021-2146
|
||||||
CVE-2021-2162 CVE-2021-2212 CVE-2021-2299 CVE-2021-2293 CVE-2021-2215
|
CVE-2021-2162 CVE-2021-2212 CVE-2021-2299 CVE-2021-2293 CVE-2021-2215
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user