commit fb38798446d0e1e580d3b46a490a5ded9a7b25e2
Author: Paul Howarth <paul(a)city-fan.org>
Date: Wed Oct 26 09:41:40 2016 +0100
BR: perl-generators for proper dependency generation
See
https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl
mythweb.spec | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/mythweb.spec b/mythweb.spec
index 49ea7b6..1033d1f 100644
--- a/mythweb.spec
+++ b/mythweb.spec
@@ -5,7 +5,7 @@ Summary: The web interface to MythTV
URL:
http://www.mythtv.org/
Version: 0.28
-Release: 4%{?dist}
+Release: 5%{?dist}
License: GPLv2 and LGPLv2 and MIT
@@ -17,6 +17,9 @@ Source2: ChangeLog
# git diff -p --stat %{version} > mythweb-fixes.patch
Patch0: mythweb-0.28-fixes.patch
+# This is needed for perl dependency auto-detection
+BuildRequires: perl-generators
+
# The following are required only in mythweb is running on the same computer
# as the backend. They will be pulled in by the mythtv meta package anyway.
#Requires: mythtv-backend >= %{version}-%{release}
@@ -102,6 +105,10 @@ fi
%changelog
+* Wed Oct 26 2016 Paul Howarth <paul(a)city-fan.org> - 0.28-5
+- BR: perl-generators for proper dependency generation
+ (
https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl)
+
* Wed Oct 19 2016 Richard Shaw <hobbes1069(a)gmail.com> - 0.28-4
- Update to latest fixes.
@@ -147,7 +154,7 @@ fi
* Fri Aug 23 2013 Richard Shaw <hobbes1069(a)gmail.com> - 0.26.1-1
- Update to latest upstream version.
-* Mon Aug 13 2013 Richard Shaw <hobbes1069(a)gmail.com> - 0.26.0-5
+* Tue Aug 13 2013 Richard Shaw <hobbes1069(a)gmail.com> - 0.26.0-5
- Update to latest fixes.
- Patch for NoTrans issue with php in Fedora 19 and up. (Fixes #2856)