commit 474643a0f01ea196361530576bf6efd67e2549f0
Author: Gary Buhrmaster <gary.buhrmaster(a)gmail.com>
Date: Fri May 10 22:27:58 2019 +0000
Add explicit perl-interpreter buildrequires (effective no-op)
This is effectively a no-op, as with EL 6 & 7 (likely not 8)
perl is included in the buildsystem building group, and
with Fedora other buildrequires pulls in perl-interpreter,
however the Fedora perl packaging guidelines explicitly state
that "perl-interpreter must be listed as a build dependency
if it is called in any way". The word "must" typically has a
very specific interpretation in technical docs, so follow the
"must".
xmltv.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/xmltv.spec b/xmltv.spec
index 62d9449..e342d86 100644
--- a/xmltv.spec
+++ b/xmltv.spec
@@ -10,6 +10,7 @@ Patch0: fix_grabber_requires.patch
BuildArch: noarch
+BuildRequires: perl-interpreter
BuildRequires: perl-generators
BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::MakeMaker)