commit 8094a5c9dd3bd36e6f46cad0c67440bd41042b52
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Jan 28 22:23:00 2021 +0000
Disable libcec on el8
mythtv.spec | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/mythtv.spec b/mythtv.spec
index bee2e24..2feaeb0 100644
--- a/mythtv.spec
+++ b/mythtv.spec
@@ -72,7 +72,7 @@
#
Name: mythtv
Version: 31.0
-Release: 12%{rel_string}%{?dist}
+Release: 13%{rel_string}%{?dist}
Summary: A digital video recorder (DVR) application
# The primary license is GPLv2+, but bits are borrowed from a number of
@@ -167,7 +167,9 @@ BuildRequires: mariadb-connector-c-devel
%else
BuildRequires: mariadb-devel >= 5
%endif
+%if 0%{?fedora} || 0%{?rhel} < 8
BuildRequires: libcec-devel >= 1.7
+%endif
BuildRequires: libvpx-devel
BuildRequires: lm_sensors-devel
BuildRequires: lirc-devel
@@ -1388,6 +1390,9 @@ exit 0
%changelog
+* Thu Jan 28 2021 Sérgio Basto <sergio(a)serjux.com> -
31.0-13.130.20210108git016630a35c
+- Disable libcec on el8
+
* Sun Jan 17 2021 Sérgio Basto <sergio(a)serjux.com> -
31.0-12.130.20210108git016630a35c
- Update to 31.0.130.20210108git016630a35c from branch fixes/31
- Restore helper script update_fixes.sh
Show replies by date