This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository cups-x2go. commit 6e904aa1776942bc46bc9623349909ecb99fdcb0 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Nov 2 09:31:30 2018 +0100 cups-x2go.spec: Build-Require perl-generators on Fedora, since perl-generators (and hence Perl) was removed from the Build Root. The Fedora Packaging Guidelines for Perl say to build-depend upon perl-generators whenever a perl script or module is installed. --- cups-x2go.spec | 3 +++ debian/changelog | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/cups-x2go.spec b/cups-x2go.spec index 2d26916..89cf607 100644 --- a/cups-x2go.spec +++ b/cups-x2go.spec @@ -58,6 +58,9 @@ Requires: perl = %{perl_version} %{perl_requires} %endif %else +%if 0%{?fedora} +BuildRequires: perl-generators +%endif Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %endif diff --git a/debian/changelog b/debian/changelog index 7e94ef7..1b0823e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,10 @@ cups-x2go (3.0.1.4-0x2go1) UNRELEASED; urgency=low %{_datadir}/ppd/), it conflicts with the cups package, which makes it useless. Let cups-x2go own this directory instead on OpenSuSE 13.2. - Grammar fix in comment only. + - Build-Require perl-generators on Fedora, since perl-generators (and + hence Perl) was removed from the Build Root. The Fedora Packaging + Guidelines for Perl say to build-depend upon perl-generators whenever a + perl script or module is installed. -- X2Go Release Manager <git-admin@x2go.org> Fri, 19 Jun 2015 23:34:49 +0200 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/cups-x2go.git