From 31ce96eb345c4a98932892f2ac4842032c5b0662 Mon Sep 17 00:00:00 2001 From: Morten Stevens Date: Sat, 3 Aug 2019 15:03:04 +0200 Subject: [PATCH] Require mariadb instead of mysql --- cacti.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cacti.spec b/cacti.spec index 8689e78..37ef47f 100644 --- a/cacti.spec +++ b/cacti.spec @@ -2,7 +2,7 @@ Name: cacti Version: 1.2.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: An rrd based graphing tool License: GPLv2+ URL: https://www.cacti.net/ @@ -57,7 +57,7 @@ Requires: php-xml Requires: php-zlib # Cacti Requirements -Requires: mysql +Requires: mariadb Requires: httpd Requires: rrdtool Requires: net-snmp @@ -211,6 +211,9 @@ fi %ghost %{_datadir}/%{name}/resource.rpmmoved %changelog +* Sat Aug 03 2019 Morten Stevens - 1.2.5-3 +- Require mariadb instead of mysql + * Wed Jul 24 2019 Fedora Release Engineering - 1.2.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild