This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from ba235d2 x2gobroker.spec: CentOS 6 + 7 have python34-devel, not python3-devel. new 99069e9 Enable debug_packages for openSUSE Tumbleweed (suse_version > 1500). 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 | 2 ++ x2gobroker.spec | 2 ++ 2 files changed, 4 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 99069e9dd60c01e77da74debef1922d4ccbceda5 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Feb 12 21:49:41 2018 +0100 Enable debug_packages for openSUSE Tumbleweed (suse_version > 1500). --- debian/changelog | 2 ++ x2gobroker.spec | 2 ++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2b9577b..8fc5973 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ x2gobroker (0.0.4.0-0x2go1) UNRELEASED; urgency=medium + [ X2Go Release Manager ] * New upstream version (0.0.4.0): - Bump upstream version to 0.0.4.0. - Port to Python 3. (Fixes: #1240). @@ -25,6 +26,7 @@ x2gobroker (0.0.4.0-0x2go1) UNRELEASED; urgency=medium + Adapt to Python3 port. + Bump package version. + CentOS 6 + 7 have python34-devel, not python3-devel. + + Enable debug_packages for openSUSE Tumbleweed (suse_version > 1500). -- X2Go Release Manager <git-admin@x2go.org> Wed, 05 Apr 2017 20:01:48 +0000 diff --git a/x2gobroker.spec b/x2gobroker.spec index 6988044..009f07a 100644 --- a/x2gobroker.spec +++ b/x2gobroker.spec @@ -44,11 +44,13 @@ Requires(pre): pwdutils Requires(pre): shadow-utils %endif +%if ( ! 0%{?suse_version} ) || ( 0%{?suse_version} <= 1500 ) # We cannot generate debug info since this is a collection of python and shell scripts. # Making the package noarch isn't possible since we use arch-dependent paths to install # python modules into. # Hence just disable the debug package. %global debug_package %{nil} +%endif %description X2Go is a server based computing environment with -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git