From 8f4d2fe61f5524ce70c1419e351e9b6e9f23d4a6 Mon Sep 17 00:00:00 2001 From: steven Date: Mon, 2 Mar 2020 19:28:34 +0800 Subject: [PATCH] =?UTF-8?q?update=20mariadb.spec.=20=E8=A7=A3=E5=86=B3?= =?UTF-8?q?=E5=9C=A8=E5=AE=89=E8=A3=85mariadb-test=E8=BF=99=E4=B8=AA?= =?UTF-8?q?=E5=8C=85=E6=97=B6=EF=BC=8C=E6=8F=90=E7=A4=BAperl=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E7=9A=84=E6=96=87=E4=BB=B6=E4=BE=9D=E8=B5=96=E5=91=8A?= =?UTF-8?q?=E8=AD=A6=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mariadb.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mariadb.spec b/mariadb.spec index 715d9a5..afc7647 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -2,7 +2,7 @@ Name: mariadb Version: 10.3.9 -Release: 7 +Release: 8 Epoch: 3 Summary: One of the most popular database servers License: GPLv2 with exceptions and LGPLv2 and BSD @@ -33,6 +33,7 @@ Requires: mariadb-connector-c >= 3.0 Suggests: %{name}-server%{?_isa} = %{epoch}:%{version}-%{release} Provides: mariadb-galera = %{epoch}:%{version}-%{release} +%global __requires_exclude ^perl\\((hostnames|lib::mtr|lib::v1|mtr_|My::) %description MariaDB turns data into structured information in a wide array of applications, @@ -597,6 +598,9 @@ fi %changelog +* Mon Mar 2 2020 steven - 3:10.3.9-8 +- Add requires exclude for perls + * Sun Jan 19 2020 openEuler Buildteam - 3:10.3.9-7 - Add mysql_install_db command in service file -- Gitee