[X2Go-Commits] [x2goclient] 11/25: pyhoca-cli.spec: fix files section on older *SuSE variants again, remove faulty slash.
git-admin at x2go.org
git-admin at x2go.org
Fri Dec 15 21:07:16 CET 2023
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 669b7c1321a331df0ca655aa560c9de8be0c8134
Author: Mihai Moldovan <ionic at ionic.de>
Date: Thu Dec 19 02:09:35 2019 +0100
pyhoca-cli.spec: fix files section on older *SuSE variants again, remove faulty slash.
---
debian/changelog | 1 +
pyhoca-cli.spec | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 6848d456..778ff1ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ pyhoca-cli (0.6.1.2-0x2go1) UNRELEASED; urgency=medium
+ Fix building Python 2 variant on older *SuSE variants.
+ Also fix install phase for Python 2 variant on older *SuSE variants.
+ Fix files section on older *SuSE variants.
+ + Fix files section on older *SuSE variants again, remove faulty slash.
-- 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 5fdbaa76..ae13cf55 100644
--- a/pyhoca-cli.spec
+++ b/pyhoca-cli.spec
@@ -228,7 +228,7 @@ cp -rp man/* %{buildroot}/%{_mandir}/
%pycache_only %{python2_sitelib}/__pycache__
%else
%{python_sitelib}/pyhoca/
-%{python_sitelib}/PyHoca_CLI*/
+%{python_sitelib}/PyHoca_CLI*
%endif
%else
%{python2_sitelib}/pyhoca/
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
More information about the x2go-commits
mailing list