This is an automated email from the git hooks/post-receive script. x2go pushed a commit to annotated tag 0.6.1.2 in repository x2goclient. commit 6b7a676ad97fe7dad7d76e47339549a03fea9a3b Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Dec 24 18:33:57 2019 +0100 pyhoca-cli.spec: fix spelling error in pycache directory. --- debian/changelog | 1 + pyhoca-cli.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ccd3917d..53af2bbc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -30,6 +30,7 @@ pyhoca-cli (0.6.1.2-0x2go1) UNRELEASED; urgency=medium + Fix another unescaped macro in comment. + Fix newer *SuSE versions: 15.0+ seem to install the pycace files into a subdirectory based on the package name. + + Fix spelling error in pycache directory. -- 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 48a224c8..d6a3f942 100644 --- a/pyhoca-cli.spec +++ b/pyhoca-cli.spec @@ -262,7 +262,7 @@ cp -rp man/* %{buildroot}/%{_mandir}/ %if 0%{?suse_version} %if ( 0%{?sle_version} && 0%{?sle_version} >= 120300 && 0%{?is_opensuse} ) || ( 0%{?suse_version} > 1500 ) %if 0%{?sle_version} > 150000 -%pycache_only %{python3_sitelib}/pyoca/cli/__pycache__ +%pycache_only %{python3_sitelib}/pyhoca/cli/__pycache__ %else %pycache_only %{python3_sitelib}/__pycache__ %endif -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git