This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit 6122dd249acc6fc2069c01f14293bed6ecbdc11c Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Nov 11 13:44:53 2018 +0100 python-x2go.spec: fetch files under %{python(2)_sitelib} more fine-grained. --- debian/changelog | 5 +++++ python-x2go.spec | 9 ++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 01f43fa..8af571d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,11 @@ python-x2go (0.6.0.2-0x2go1) UNRELEASED; urgency=medium we forgot decoding stdout before applying string operations. - x2go/client.py: Add is_x2goserver() method to X2GoClient class API. + [ Mihai Moldovan ] + * New upstream version (0.6.0.2): + * python-x2go.spec: + - Fetch files under %{python(2)_sitelib} more fine-grained. + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 18 Sep 2018 21:17:35 +0200 python-x2go (0.6.0.1-0x2go1) unstable; urgency=medium diff --git a/python-x2go.spec b/python-x2go.spec index 044458e..d4919b5 100644 --- a/python-x2go.spec +++ b/python-x2go.spec @@ -233,13 +233,16 @@ python3 setup.py install --skip-build --root %{buildroot} %doc README* TODO %if 0%{?suse_version} %if ( 0%{?sle_version} && 0%{?sle_version} >= 120300 && 0%{?is_opensuse} ) || ( 0%{?suse_version} > 1500 ) -%{python2_sitelib}/* +%{python2_sitelib}/x2go/ +%{python2_sitelib}/x2go-* %pycache_only %{python2_sitelib}/__pycache__ %else -%{python_sitelib}/* +%{python_sitelib}/x2go/ +%{python_sitelib}/x2go-*/ %endif %else -%{python2_sitelib}/* +%{python2_sitelib}/x2go/ +%{python2_sitelib}/x2go-*/ %endif -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git