commit a3a2644ef1b2bbffdee7889c5461070219f270bf
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Mon Dec 12 23:50:00 2016 -0600
Fix silly typo in libcec check
kodi.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kodi.spec b/kodi.spec
index 1094352..54c37c8 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -107,7 +107,7 @@ BuildRequires: libbluray-devel
BuildRequires: libcap-devel
BuildRequires: libcdio-devel
%if 0%{?_with_libcec}
-%if 0%{?fedora} > 25
+%if 0%{?fedora} > 24
BuildRequires: libcec-devel >= 4.0.0
%else
BuildRequires: libcec-devel < 4.0.0
@@ -189,7 +189,7 @@ Requires: dejavu-sans-fonts
Requires: libbluray%{?_isa}
%endif
%if 0%{?_with_libcec}
-%if 0%{?fedora} > 25
+%if 0%{?fedora} > 24
Requires: libcec%{?_isa} >= 4.0.0
%else
Requires: libcec%{?_isa} < 4.0.0
Show replies by date