This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit eb5787f8911aa41b91183f444a8d5def0be16e7e Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Dec 21 07:19:30 2019 +0100 pyhoca-gui.spec: fix syntax: missing %endif. --- debian/changelog | 1 + pyhoca-gui.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 22f3900..bed40d0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -41,6 +41,7 @@ pyhoca-gui (0.6.1.0-0x2go1) UNRELEASED; urgency=medium + Adapt %build to Python 2/3 logic. + Adapt %install to Python 2/3 logic. + Adapt %files to Python 2/3 logic. + + Fix syntax: missing %endif. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 11 Dec 2019 12:47:21 +0100 diff --git a/pyhoca-gui.spec b/pyhoca-gui.spec index dfea9bc..c2fa5c1 100644 --- a/pyhoca-gui.spec +++ b/pyhoca-gui.spec @@ -160,6 +160,7 @@ Requires: notify-python %endif Requires: %{name_helper_python2}-wxpython %endif +%endif %if 0%{?with_python3} # FIXME: this is pretty RHEL-centric, will need to be adapted for Python-3-support! Requires: %{name_helper_python3}-cups -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git