From 76a291a283966ff19f112ee0445337f4de47a291 Mon Sep 17 00:00:00 2001 From: lxpzero Date: Tue, 26 Dec 2023 08:53:07 +0000 Subject: [PATCH] rebuild Signed-off-by: lxpzero --- mariadb-connector-c.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mariadb-connector-c.spec b/mariadb-connector-c.spec index b6d67f9..6071fe0 100644 --- a/mariadb-connector-c.spec +++ b/mariadb-connector-c.spec @@ -1,4 +1,4 @@ -%define anolis_release 5 +%define anolis_release 6 %bcond_with debug %bcond_without testsuite @@ -11,7 +11,7 @@ Version: 3.2.7 Release: %{anolis_release}%{?dist} License: LGPLv2+ Url: http://mariadb.org/ -Source: https://downloads.mariadb.org/interstitial/connector-c-%{version}/%{name}-%{version}-src.tar.gz +Source: https://archive.mariadb.org/connector-c-%{version}/%{name}-%{version}-src.tar.gz Source2: my.cnf Source3: client.cnf @@ -169,6 +169,9 @@ popd %doc README %changelog +* Tue Dec 26 2023 Xiaoping Liu - 3.2.7-6 +- rebuild + * Sat Apr 15 2023 Heng Qi -3.2.7-5 - Refator the spec file -- Gitee