commit 451d517f320059616ef7b96af02ae5dc3a31268b
Author: Gary Buhrmaster <gary.buhrmaster(a)gmail.com>
Date: Sat May 11 00:15:28 2019 +0000
Fix el6 dependencies by not building tv_grab_zz_sdjson_sqlite on el6
It turns out that the tv_grab_zz_sdjson_sqlite grabber has a
dependency on a perl feature that the old perl in el6 does not
support, so don't build it there.
xmltv.spec | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/xmltv.spec b/xmltv.spec
index e342d86..43137ec 100644
--- a/xmltv.spec
+++ b/xmltv.spec
@@ -1,6 +1,6 @@
Name: xmltv
Version: 0.6.1
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A set of utilities to manage your TV viewing
License: GPLv2+
@@ -55,8 +55,7 @@ BuildRequires: perl(Date::Parse)
BuildRequires: perl(DateTime)
BuildRequires: perl(DateTime::Duration)
BuildRequires: perl(DateTime::Format::ISO8601)
-%if 0%{?rhel} < 7
-# was in el6, no longer in el7?
+%if 0%{?fedora}
BuildRequires: perl(DateTime::Format::SQLite)
%endif
BuildRequires: perl(DateTime::Format::Strptime)
@@ -247,6 +246,9 @@ make test
%changelog
+* Fri May 10 2019 Gary Buhrmaster <gary.buhrmaster(a)gmail.com> - 0.6.1-3
+- Fix el6 dependencies by not building tv_grab_zz_sdjson_sqlite on el6
+
* Thu May 02 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 0.6.1-2
- Fix broken requires version (rfbz#5243)
Show replies by date