[unifi] Upload source.
by Richard Shaw
commit 5b65145ed70a222ed37db454bf604d9493f415a4
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Tue Dec 14 16:39:44 2021 -0600
Upload source.
.gitignore | 1 +
sources | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitignore b/.gitignore
index 42a1ffb..281a0a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,3 +28,4 @@
/UniFi-6.2.26.unix.zip
/UniFi-6.4.54.unix.zip
/UniFi-6.5.53.unix.zip
+/UniFi-6.5.54.unix.zip
diff --git a/sources b/sources
index 75f6441..a771b6e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (UniFi-6.5.53.unix.zip) = b0abfd12719335a542affa06958489af241054277092a72d7f6bb22f14fd2169b4c4a4cfef0f1c9cd80fe7203d733f5bc25ea753253cec5f6f29042eed1cb44e
+SHA512 (UniFi-6.5.54.unix.zip) = dffafad544f40b0ac921d7be2223640ff9ec93f5b3e913a3028e393aa669a936f7789e58d5018d3452e902712090f00f97574e8c37aa384d509638415a9ed8b0
2 years, 11 months
[mythtv] Don't require mariadb. Let end user choose the db engine.
by Andrew Bauer
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
2 years, 11 months