This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from 52b542f debian/changelog: add closure for #1240 new ba235d2 x2gobroker.spec: CentOS 6 + 7 have python34-devel, not python3-devel. 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 | 1 + x2gobroker.spec | 4 ++++ 2 files changed, 5 insertions(+) -- Alioth's /home/x2go-admin/maintenancescripts/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 ba235d2c3252870d53c2a0536a903870581cdacb Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Feb 12 21:39:18 2018 +0100 x2gobroker.spec: CentOS 6 + 7 have python34-devel, not python3-devel. --- debian/changelog | 1 + x2gobroker.spec | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3db7744..2b9577b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,6 +24,7 @@ x2gobroker (0.0.4.0-0x2go1) UNRELEASED; urgency=medium * x2gobroker.spec: + Adapt to Python3 port. + Bump package version. + + CentOS 6 + 7 have python34-devel, not python3-devel. -- X2Go Release Manager <git-admin@x2go.org> Wed, 05 Apr 2017 20:01:48 +0000 diff --git a/x2gobroker.spec b/x2gobroker.spec index fab4369..6988044 100644 --- a/x2gobroker.spec +++ b/x2gobroker.spec @@ -21,7 +21,11 @@ Source4: x2gobroker-rpmlintrc BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif +%if 0%{?el6} || 0%{?el7} +BuildRequires: python34-devel +%else BuildRequires: python3-devel +%endif %if 0%{?suse_version} BuildRequires: fdupes %endif -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git