This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from d68ec35 x2gobroker/authmechs/pam_authmech.py: port pam.pam change to this file as well. new 735a15f x2goserver.spec: add mandatory perl-generators Build-Requires as per https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 3 +++ x2gobroker.spec | 3 +++ 2 files changed, 6 insertions(+) -- Alioth's /srv/git/code.x2go.org/x2gobroker.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
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@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@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