commit f607916896057fe2ea32a8651e20195ae6dc010e
Author: Andrew Bauer <zonexpertconsulting(a)outlook.com>
Date: Tue Dec 14 15:30:13 2021 -0600
Don't require mariadb. Let end user choose the db engine.
mythtv.spec | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/mythtv.spec b/mythtv.spec
index ea43603..6d1ee8b 100644
--- a/mythtv.spec
+++ b/mythtv.spec
@@ -76,7 +76,7 @@
#
Name: mythtv
Version: 31.0
-Release: 23%{rel_string}%{?dist}
+Release: 24%{rel_string}%{?dist}
Summary: A digital video recorder (DVR) application
# The primary license is GPLv2+, but bits are borrowed from a number of
@@ -372,8 +372,8 @@ Requires: mythplugins%{?_isa} = %{version}-%{release}
# Reminder this one is noarch - and not a sub-package (no EVR)
Requires: mythweb = %{version}
Requires: mythffmpeg%{?_isa} = %{version}-%{release}
-Requires: mariadb
-Requires: mariadb-server
+#Requires: mariadb
+#Requires: mariadb-server
%{?fedora:Recommends: xmltv}
# Generate the required mythtv-frontend-api version string here so we only
@@ -1404,7 +1404,10 @@ exit 0
################################################################################
%changelog
-* Tue Dec 12 2021 Andrew Bauer <zonexpertconsulting(a)outlook.com> -
31.0-23.167.20211108git25f1bb1d12
+* Tue Dec 14 2021 Andrew Bauer <zonexpertconsulting(a)outlook.com> -
31.0-24.167.20211108git25f1bb1d12
+- Don't require mariadb. Let end user choose the db engine.
+
+* Tue Dec 14 2021 Andrew Bauer <zonexpertconsulting(a)outlook.com> -
31.0-23.167.20211108git25f1bb1d12
- RHBZ 1838780 mariadb lacks mysql provides on el8
* Sat Dec 11 2021 Andrew Bauer <zonexpertconsulting(a)outlook.com> -
31.0-22.167.20211108git25f1bb1d12
Show replies by date