This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-cli. from 2824941 pyhoca-cli.spec: fix files section on older *SuSE variants. new 669b7c1 pyhoca-cli.spec: fix files section on older *SuSE variants again, remove faulty slash. 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-cli.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-cli. commit 669b7c1321a331df0ca655aa560c9de8be0c8134 Author: Mihai Moldovan <ionic@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 6848d45..778ff1a 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@x2go.org> Fri, 22 Nov 2019 15:26:45 +0100 diff --git a/pyhoca-cli.spec b/pyhoca-cli.spec index 5fdbaa7..ae13cf5 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/pyhoca-cli.git