From 72a2809e7fb111d838a063cfc19a55dfa45eb1b5 Mon Sep 17 00:00:00 2001 From: zhangxianting Date: Mon, 8 Apr 2024 16:36:08 +0800 Subject: [PATCH] Add buildrequires_pkg chrpath to fix check error --- mysql5.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mysql5.spec b/mysql5.spec index 01371b08..9f6891c3 100644 --- a/mysql5.spec +++ b/mysql5.spec @@ -39,7 +39,7 @@ %global sameevr %{?epoch:%{epoch}:}%{version}-%{release} Name: mysql5 Version: 5.7.43 -Release: 1 +Release: 2 Summary: MySQL client programs and shared libraries URL: http://www.mysql.com License: GPLv2 with exceptions and LGPLv2 and BSD @@ -77,7 +77,7 @@ Patch180: boost-1.59-python-make_setter.patch Patch181: boost-1.59-test-fenv.patch Patch182: skiptest-auth_sec.keyring_file_data_qa.patch Patch183: disable-main.func_math.patch -BuildRequires: cmake gcc-c++ libaio-devel libedit-devel libevent-devel lz4-devel mecab-devel +BuildRequires: cmake gcc-c++ libaio-devel libedit-devel libevent-devel lz4-devel mecab-devel chrpath %ifnarch aarch64 %{arm} BuildRequires: numactl-devel %endif @@ -741,6 +741,9 @@ fi %endif %changelog +* Mon Apr 08 2024 zhangxianting - 5.7.43-2 +- Add buildrequires_pkg chrpath to fix check error + * Tue Aug 1 2023 dillon chen - 5.7.43-1 - Upgrade to 5.7.43 version -- Gitee