[X2Go-Commits] [x2gobroker] 01/01: x2goserver.spec: add mandatory perl-generators Build-Requires as per https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl

git-admin at x2go.org git-admin at x2go.org
Tue Nov 29 03:04:27 CET 2016


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gobroker.

commit 735a15fa1e348363af6ea950d39371bc5ab51450
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Tue Nov 29 02:16:43 2016 +0100

    x2goserver.spec: add mandatory perl-generators Build-Requires as per https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl
---
 debian/changelog |    3 +++
 x2gobroker.spec  |    3 +++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 41180fa..236a0aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,9 @@ x2gobroker (0.0.3.1-0x2go1) UNRELEASED; urgency=low
     - Maintainer change in package: X2Go Developers <x2go-dev at lists.x2go.org>.
     - Uploaders: add myself. Also, force a rebuild due to the changed
       versioning.
+  * x2goserver.spec:
+    - Add mandatory perl-generators Build-Requires as per
+      https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl
 
   [ Walid Moghrabi ]
   * New upstream version (0.0.3.1):
diff --git a/x2gobroker.spec b/x2gobroker.spec
index 2688121..4ee5739 100644
--- a/x2gobroker.spec
+++ b/x2gobroker.spec
@@ -314,6 +314,9 @@ Requires:       perl = %{perl_version}
 %else
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 %endif
+%if 0%{?fedora} || 0%{?rhel}
+BuildRequires:  perl-generators
+%endif
 %if 0%{?suse_version}
 Requires:       python
 %else

--
Alioth's /srv/git/code.x2go.org/x2gobroker.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git


More information about the x2go-commits mailing list