This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit 8bc1bc6f01146ab90b56e9c1ec013e37e5630860 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Nov 9 14:31:39 2018 +0100 pyhoca-gui.spec: 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. --- debian/changelog | 3 +++ pyhoca-gui.spec | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c821b05..86155ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,9 @@ pyhoca-gui (0.5.0.8-0x2go1) UNRELEASED; urgency=medium * New upstream version (0.5.0.8): * pyhoca-gui.spec: - Use %{__python2*} instead of %{__python*} on FC29+. + - 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. -- X2Go Release Manager <git-admin@x2go.org> Sun, 24 Sep 2017 11:28:17 +0200 diff --git a/pyhoca-gui.spec b/pyhoca-gui.spec index 479ab24..498ce30 100644 --- a/pyhoca-gui.spec +++ b/pyhoca-gui.spec @@ -108,9 +108,9 @@ fi %doc COPYING README TODO %{_bindir}/%{name} %if 0%{?fedora} >= 29 -%{python2_sitelib}/* +#%{python2_sitelib}/* %else -%{python_sitelib}/* +#%{python_sitelib}/* %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