From 99e972680aa1410f71d3d2ee841df7d910d23896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=A3=8B=E5=BE=B7?= Date: Fri, 7 Jul 2023 08:20:20 +0000 Subject: [PATCH] ssl to compat-ssl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 陈棋德 --- mysql5.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mysql5.spec b/mysql5.spec index ad496895..146e5afc 100644 --- a/mysql5.spec +++ b/mysql5.spec @@ -39,7 +39,7 @@ %global sameevr %{?epoch:%{epoch}:}%{version}-%{release} Name: mysql5 Version: 5.7.39 -Release: 1 +Release: 2 Summary: MySQL client programs and shared libraries URL: http://www.mysql.com License: GPLv2 with exceptions and LGPLv2 and BSD @@ -79,7 +79,7 @@ BuildRequires: cmake gcc-c++ libaio-devel libedit-devel libevent-devel lz4 %ifnarch aarch64 %{arm} BuildRequires: numactl-devel %endif -BuildRequires: openssl-devel perl-interpreter perl-generators rpcgen libtirpc-devel +BuildRequires: compat-openssl11-devel perl-interpreter perl-generators rpcgen libtirpc-devel BuildRequires: systemtap-sdt-devel zlib-devel multilib-rpm-config procps time BuildRequires: perl(Digest::file) perl(Digest::MD5) perl(Env) perl(Exporter) perl(Fcntl) BuildRequires: perl(File::Temp) perl(Data::Dumper) perl(Getopt::Long) perl(IPC::Open3) @@ -728,6 +728,9 @@ fi %endif %changelog +* Fri Jul 2023 dillon chen - 5.7.39-2 +- ssl to compat-ssl + * Thu Sep 8 2022 dillon chen - 5.7.39-1 - Upgrade to 5.7.39 version -- Gitee