[X2Go-Commits] [pyhoca-gui] 02/02: pyhoca-gui.spec: pull files out of sitelib more selectively.

git-admin at x2go.org git-admin at x2go.org
Fri Nov 9 15:02:21 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 75229d1d3c4576566a0f7144497cb842029f5825
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Fri Nov 9 15:02:01 2018 +0100

    pyhoca-gui.spec: pull files out of sitelib more selectively.
---
 debian/changelog | 1 +
 pyhoca-gui.spec  | 6 ++++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 10aa982..81deefc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ pyhoca-gui (0.5.0.8-0x2go1) UNRELEASED; urgency=medium
     - Comment out glob-including everything in sitelib. Fedora packaging specs
       recommend not to do this, so let builds fail to pull them in more
       selectively later.
+    - Pull files out of sitelib more selectively.
 
  -- 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 498ce30..f46a20b 100644
--- a/pyhoca-gui.spec
+++ b/pyhoca-gui.spec
@@ -108,9 +108,11 @@ fi
 %doc COPYING README TODO
 %{_bindir}/%{name}
 %if 0%{?fedora} >= 29
-#%{python2_sitelib}/*
+%{python2_sitelib}/PyHoca*
+%{python2_sitelib}/pyhoca/*
 %else
-#%{python_sitelib}/*
+%{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