From 42ddb4863fd32932b190c91874fc71c57e2ec0a8 Mon Sep 17 00:00:00 2001 From: ZhouYi <1123678689@qq.com> Date: Thu, 21 Nov 2024 15:04:13 +0800 Subject: [PATCH] Lfs url chang --- .lfsconfig | 2 +- mysql.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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.spec b/mysql.spec index 8aeba70..f1a576d 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