From 186d8122dbc3365e4e4250734be70a16b7e95c65 Mon Sep 17 00:00:00 2001 From: writings-of-prince-huainan Date: Wed, 13 Jan 2021 15:10:54 +0800 Subject: [PATCH] delete useless information --- mysql.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mysql.spec b/mysql.spec index 9ba6934..93f4263 100644 --- a/mysql.spec +++ b/mysql.spec @@ -30,7 +30,7 @@ %global sameevr %{?epoch:%{epoch}:}%{version}-%{release} Name: mysql Version: 8.0.22 -Release: 1 +Release: 2 Summary: MySQL client programs and shared libraries URL: http://www.mysql.com License: GPLv2 with exceptions and LGPLv2 and BSD @@ -66,9 +66,7 @@ BuildRequires: lz4-devel mecab-devel bison libzstd-devel BuildRequires: numactl-devel %endif BuildRequires: openssl openssl-devel -%if 0%{?fedora} || 0%{?rhel} > 7 BuildRequires: perl-interpreter perl-generators -%endif BuildRequires: rpcgen libtirpc-devel BuildRequires: protobuf-lite-devel rapidjson-devel zlib zlib-devel multilib-rpm-config procps BuildRequires: time perl(base) perl(Carp) perl(Cwd) perl(Digest::file) perl(Digest::MD5) @@ -539,6 +537,9 @@ fi %exclude %{_mandir}/man1/{mysqld_multi.1*,mysqld_safe.1*,comp_err.1*} %changelog +* Wed Jan 13 2021 Shengjing Wei - 8.0.22-2 +- Delete useless information + * Tue Dec 1 2020 weishengjing - 8.0.22-1 - New version 8.0.22 fix CVES: CVE-2020-14852 CVE-2020-14794 CVE-2020-14775 CVE-2020-14893 CVE-2020-14829 CVE-2020-14828 CVE-2020-14888 CVE-2020-14891 -- Gitee