commit d5803d311d339b7ceee6bcbabf54a517d343eec4
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Tue Feb 7 13:45:00 2017 +0100
Only Recommends: xmltv on Fedora.
mythtv.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mythtv.spec b/mythtv.spec
index 1a2cff9..cba9503 100644
--- a/mythtv.spec
+++ b/mythtv.spec
@@ -81,7 +81,7 @@ Version: 0.28
%if "%{branch}" == "master"
Release: 0.5.git.%{_gitrev}%{?dist}
%else
-Release: 12%{?dist}
+Release: 13%{?dist}
%endif
# The primary license is GPLv2+, but bits are borrowed from a number of
@@ -347,7 +347,7 @@ Requires: mythplugins = %{version}-%{release}
Requires: mythweb = %{version}
Requires: mythffmpeg = %{version}-%{release}
Requires: mariadb-server >= 5, mariadb >= 5
-Recommends: xmltv
+%{?fedora:Recommends: xmltv}
# Generate the required mythtv-frontend-api version string here so we only
# have to do it once.
@@ -1338,6 +1338,9 @@ exit 0
%changelog
+* Tue Feb 07 2017 Xavier Bachelot <xavier(a)bachelot.org> - 0.28-13
+- Only Recommends: xmltv on Fedora.
+
* Sun Jan 22 2017 Richard Shaw <hobbes1069(a)gmail.com> - 0.28-12
- Update to latest fixes/0.28 from git.
- Remove SysV conditionals as EL 7 has systemd and EL 6 is not supported.
Show replies by date