From 70bdbe5b4ab64231f98529b8c2958b95a70ff006 Mon Sep 17 00:00:00 2001 From: lihaotian9 Date: Mon, 14 Sep 2020 10:58:45 +0800 Subject: [PATCH] Update thi Source0 url in spec file --- mariadb.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mariadb.spec b/mariadb.spec index e042181..08e5394 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -2,13 +2,13 @@ Name: mariadb Version: 10.3.9 -Release: 9 +Release: 10 Epoch: 3 Summary: One of the most popular database servers License: GPLv2 with exceptions and LGPLv2 and BSD URL: http://mariadb.org -Source0: https://downloads.mariadb.org/interstitial/mariadb-%{version}/source/mariadb-%{version}.tar.gz +Source0: https://downloads.mariadb.com/MariaDB/mariadb-%{version}/source/mariadb-%{version}.tar.gz Patch0001: disable-some-unstable-testcases.patch Patch0002: add-install-db-command.patch @@ -599,6 +599,9 @@ fi %changelog +* Mon Sep 14 2020 lihaotian - 3:10.3.9-10 +- Update the Source0 url + * Thu Aug 18 2020 xinghe - 3:10.3.9-9 - Add release version for update -- Gitee