From ae834ad93922b83f96003121f39c5957ba71472d Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Wed, 16 Jun 2021 14:50:53 +0800 Subject: [PATCH] add build requires for resolving building errors --- mysql.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mysql.spec b/mysql.spec index 7b7f8ab..7c1379e 100644 --- a/mysql.spec +++ b/mysql.spec @@ -30,7 +30,7 @@ %global sameevr %{?epoch:%{epoch}:}%{version}-%{release} Name: mysql Version: 8.0.24 -Release: 1 +Release: 2 Summary: MySQL client programs and shared libraries URL: http://www.mysql.com 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(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(warnings) systemd +BuildRequires: perl(warnings) systemd m4 Requires: bash coreutils grep %{name}-common%{?_isa} = %{sameevr} Provides: bundled(boost) = %{boost_bundled_version} %if %{with mysql_names} @@ -536,6 +536,10 @@ fi %{_mandir}/man1/mysql_config.1* %changelog +* Wed Jun 16 2021 zhaoyao - 8.0.24-2 +- Fix buiding error: Built target mysqlgcs error +- Add m4 in BuildRequires + * Thu May 8 2021 wutao - 8.0.24-1 - 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