commit 56faec80b72ed6be09909f99f9efff45b27a1208
Author: Gary Buhrmaster <gary.buhrmaster(a)gmail.com>
Date: Fri May 24 14:01:46 2019 +0000
enable build tv_grab_zz_sdjson_sqlite for el7
xmltv.spec | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/xmltv.spec b/xmltv.spec
index f78708b..7c0d178 100644
--- a/xmltv.spec
+++ b/xmltv.spec
@@ -1,6 +1,6 @@
Name: xmltv
Version: 0.6.1
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: A set of utilities to manage your TV viewing
License: GPLv2+
@@ -80,7 +80,7 @@ BuildRequires: perl(Date::Parse)
BuildRequires: perl(DateTime)
BuildRequires: perl(DateTime::Duration)
BuildRequires: perl(DateTime::Format::ISO8601)
-%if 0%{?fedora}
+%if 0%{?fedora} || 0%{?rhel} > 6
BuildRequires: perl(DateTime::Format::SQLite)
%endif
BuildRequires: perl(DateTime::Format::Strptime)
@@ -272,6 +272,10 @@ make test
%changelog
+* Thu May 23 2019 Gary Buhrmaster <gary.buhrmaster(a)gmail.com> - 0.6.1-6
+- Build tv_grab_zz_sdjson_sqlite for el7 now that
+ perl-DateTime-Format-SQLite has landed in epel7
+
* Mon May 13 2019 Gary Buhrmaster <gary.buhrmaster(a)gmail.com> - 0.6.1-5
- Pull in patches from upstream to resolve various issues and remove
local fixup for versioning
Show replies by date