This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit 61c9361e5b9a93f1bcaeb8c3596900740d0de711 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Dec 18 08:55:09 2019 +0100 python-x2go.spec: fix syntax error. --- debian/changelog | 1 + python-x2go.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 632ed23..217a023 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,7 @@ python-x2go (0.6.1.2-0x2go1) UNRELEASED; urgency=medium + Same for %{name_helper_python2}. + Macros with empty bodies are not allowed, define them to be %{nil}. + Don't override sections if the target name is python-x2go. + + Fix syntax error. -- X2Go Release Manager <git-admin@x2go.org> Fri, 22 Nov 2019 08:19:40 +0100 diff --git a/python-x2go.spec b/python-x2go.spec index 568ff38..7345934 100644 --- a/python-x2go.spec +++ b/python-x2go.spec @@ -17,7 +17,7 @@ # Provide a default implementation, essentially for non-*SuSE platforms. %if 0%{?with_python3} -%if ( ! ( 0%{?rhel} ) +%if ( ! ( 0%{?rhel} ) ) %global name_helper_python3 python3 %if 0%{?with_python2} %global name_helper_python2 python2 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git