This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-gui. from eb5787f pyhoca-gui.spec: fix syntax: missing %endif. new 1164cc7 pyhoca-gui.spec: fix syntax: another missing %endif. 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 + pyhoca-gui.spec | 1 + 2 files changed, 2 insertions(+) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit 1164cc741d8b57b07f24937adb0a512b5d8cdca4 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Dec 23 06:08:06 2019 +0100 pyhoca-gui.spec: fix syntax: another missing %endif. --- debian/changelog | 1 + pyhoca-gui.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index bed40d0..f2e375c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -42,6 +42,7 @@ pyhoca-gui (0.6.1.0-0x2go1) UNRELEASED; urgency=medium + Adapt %install to Python 2/3 logic. + Adapt %files to Python 2/3 logic. + Fix syntax: missing %endif. + + Fix syntax: another 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 c2fa5c1..0160abd 100644 --- a/pyhoca-gui.spec +++ b/pyhoca-gui.spec @@ -131,6 +131,7 @@ BuildRequires: fdupes %if ( 0%{?sle_version} && 0%{?sle_version} >= 120300 && 0%{?is_opensuse} ) || ( 0%{?suse_version} > 1500 ) BuildRequires: python-rpm-macros %endif +%endif %if 0%{?with_python2} Requires: python-argparse -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git