From ae85b05de4f6107a27f2a442ecbe6859a3bde4b4 Mon Sep 17 00:00:00 2001 From: lihaotian9 Date: Tue, 8 Sep 2020 18:44:58 +0800 Subject: [PATCH] Update the source0 url in spec file --- mariadb.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mariadb.spec b/mariadb.spec index e0f6456..a76e95f 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -2,13 +2,13 @@ Name: mariadb Version: 10.3.9 -Release: 10 +Release: 11 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 Patch0: 0000-disable-some-unstable-testcases.patch Patch1: 0001-add-install-db-command.patch @@ -600,6 +600,9 @@ fi %changelog +* Tue Sep 8 2020 lihaotian -3:10.3.9-11 +- Update the source0 url + * Fri Jul 10 2020 volcanodragon -3:10.3.9-10 - Rename patch names -- Gitee