This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-cli. commit 38484b856b503269d5cea8c930812d49e6ae4f68 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Dec 24 08:04:03 2019 +0100 pyhoca-cli.spec: fix another unescaped macro in comment. --- debian/changelog | 1 + pyhoca-cli.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f088ef5..ecea670 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,6 +27,7 @@ pyhoca-cli (0.6.1.2-0x2go1) UNRELEASED; urgency=medium lies somewhere else. + Actually fix issue: macros are expanded even in commented lines and some of them were not properly escaped via double percent sign characters. + + Fix another unescaped macro in comment. -- X2Go Release Manager <git-admin@x2go.org> Fri, 22 Nov 2019 15:26:45 +0100 diff --git a/pyhoca-cli.spec b/pyhoca-cli.spec index 5725958..185e437 100644 --- a/pyhoca-cli.spec +++ b/pyhoca-cli.spec @@ -27,7 +27,7 @@ # one specific python version only, so I later tried to override the Python-2- # build via %%bcond_with python2, essentially disabling it and preferring the # Python-3-based version. -# This didn't work, since %{?with_python2} was kept enabled. +# This didn't work, since %%{?with_python2} was kept enabled. # Hence, we'll only enable/disable a feature once now, based upon the global # macros. %if 0%{?want_python2} -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git