This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit e5596d2a4c4d8e9cb5ec066d541da92eca22d9ec Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Jun 2 06:33:06 2018 +0200 python-x2go.spec: document %(python_module} definitions. --- debian/changelog | 1 + python-x2go.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9ad0462..d57bf0b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -43,6 +43,7 @@ python-x2go (0.5.99.1-0x2go1) UNRELEASED; urgency=medium subpackages. - Older OpenSuSE Leap versions don't support %{python2_sitelib} - use %{python_sitelib} instead. + - Document %(python_module} definitions. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 22 Sep 2017 14:15:05 +0200 diff --git a/python-x2go.spec b/python-x2go.spec index ba10d79..9ef3ef1 100644 --- a/python-x2go.spec +++ b/python-x2go.spec @@ -1,6 +1,7 @@ # Add conditional and disable by default. %bcond_with python3 +# Provide a default implementation, essentially for non-*SuSE platforms. %if 0%{?with_python3} && ( ! ( 0%{?rhel} ) || 0%{?rhel} > 7 ) %{?!python_module:%global python_module() python-%{**} python3-%{**}} %else -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git