[X2Go-Commits] [pyhoca-cli] 01/01: pyhoca-cli.spec: fix syntax error.

git-admin at x2go.org git-admin at x2go.org
Wed Dec 18 21:12:28 CET 2019


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository pyhoca-cli.

commit 60753ab932dc80909dcff52106fa0bd7ba90f42f
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed Dec 18 21:12:19 2019 +0100

    pyhoca-cli.spec: fix syntax error.
---
 debian/changelog | 1 +
 pyhoca-cli.spec  | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9c87860..a8eef63 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ pyhoca-cli (0.6.1.2-0x2go1) UNRELEASED; urgency=medium
     + Use %{?with_pythonX} and %{name_helper_pythonX} macros. Also fixes
       running against nightly versions of python-x2go.
     + Replace hashbang with version determined by name helper.
+    + Fix syntax error.
 
  -- X2Go Release Manager <git-admin at x2go.org>  Fri, 22 Nov 2019 15:26:45 +0100
 
diff --git a/pyhoca-cli.spec b/pyhoca-cli.spec
index b9501f1..8788bc8 100644
--- a/pyhoca-cli.spec
+++ b/pyhoca-cli.spec
@@ -120,7 +120,7 @@ BuildRequires:  python-setuptools
 Requires:       python-setproctitle
 Requires:       %{name_helper_python2}-x2go >= 0.6.1.%0
 %endif
-if 0%{?with_python3}
+%if 0%{?with_python3}
 BuildRequires:  %{name_helper_python3}-devel
 BuildRequires:  %{name_helper_python3}-setuptools
 Requires:       %{name_helper_python3}-setproctitle

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git


More information about the x2go-commits mailing list