[X2Go-Commits] [pyhoca-gui] 01/01: pyhoca-gui.spec: fix pyhoca pulling, we also need to get the directory, not just everything within it.

git-admin at x2go.org git-admin at x2go.org
Fri Nov 9 16:38:29 CET 2018


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

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

commit 81da70c4059b94c5f62b689f1053f572ff0f0f29
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Fri Nov 9 16:38:09 2018 +0100

    pyhoca-gui.spec: fix pyhoca pulling, we also need to get the directory, not just everything within it.
---
 debian/changelog | 2 ++
 pyhoca-gui.spec  | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 81deefc..e3f44af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,8 @@ pyhoca-gui (0.5.0.8-0x2go1) UNRELEASED; urgency=medium
       recommend not to do this, so let builds fail to pull them in more
       selectively later.
     - Pull files out of sitelib more selectively.
+    - Fix pyhoca pulling, we also need to get the directory, not just
+      everything within it.
 
  -- X2Go Release Manager <git-admin at x2go.org>  Sun, 24 Sep 2017 11:28:17 +0200
 
diff --git a/pyhoca-gui.spec b/pyhoca-gui.spec
index f46a20b..d884833 100644
--- a/pyhoca-gui.spec
+++ b/pyhoca-gui.spec
@@ -109,10 +109,10 @@ fi
 %{_bindir}/%{name}
 %if 0%{?fedora} >= 29
 %{python2_sitelib}/PyHoca*
-%{python2_sitelib}/pyhoca/*
+%{python2_sitelib}/pyhoca/
 %else
 %{python_sitelib}/PyHoca*
-%{python_sitelib}/pyhoca/*
+%{python_sitelib}/pyhoca/
 %endif
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/PyHoca/

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


More information about the x2go-commits mailing list