From 40b1970336a12c924d9588a53d594ab48a5e7cff Mon Sep 17 00:00:00 2001 From: ZhouYi <1123678689@qq.com> Date: Thu, 21 Nov 2024 10:25:55 +0800 Subject: [PATCH] lfs url change edit mysql.spec --- .lfsconfig | 2 +- mysql-boost-8.0.40.tar.gz | 3 --- mysql.spec | 5 ++++- 3 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 mysql-boost-8.0.40.tar.gz diff --git a/.lfsconfig b/.lfsconfig index e3684b1..ba8f88d 100644 --- a/.lfsconfig +++ b/.lfsconfig @@ -1,2 +1,2 @@ [lfs] - url = https://artifacts.openeuler.openatom.cn/src-openEuler/mysql + url = https://artlfs.openeuler.openatom.cn/src-openEuler/mysql diff --git a/mysql-boost-8.0.40.tar.gz b/mysql-boost-8.0.40.tar.gz deleted file mode 100644 index 0912e12..0000000 --- a/mysql-boost-8.0.40.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb34a23d324584688199b4222242f4623ea7bca457a3191cd7a106c63a7837d9 -size 490502884 diff --git a/mysql.spec b/mysql.spec index 8aeba70..d71ba9c 100644 --- a/mysql.spec +++ b/mysql.spec @@ -30,7 +30,7 @@ %global sameevr %{?epoch:%{epoch}:}%{version}-%{release} Name: mysql Version: 8.0.40 -Release: 3 +Release: 4 Summary: MySQL client programs and shared libraries URL: http://www.mysql.com License: GPL-2.0-or-later AND LGPL-2.1-only AND BSL-1.0 AND GPL-1.0-or-later OR Artistic-1.0-Perl AND BSD-2-Clause @@ -545,6 +545,9 @@ fi %{_mandir}/man1/mysql_config.1* %changelog +* Thu Nov 21 2024 zhouyi - 8.0.40-4 +- lfs url change + * Tue Nov 05 2024 Funda Wang - 8.0.40-3 - adopt to new cmake macro -- Gitee