This is an automated email from the git hooks/post-receive script. x2go pushed a commit to annotated tag 0.6.1.0 in repository x2goclient. commit 1bb1d2a3da3e66b705423824970a06f2b2e85f15 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Nov 10 15:14:59 2018 +0100 pyhoca-cli.spec: pick the files correctly. --- debian/changelog | 1 + pyhoca-cli.spec | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 80f5d759..211776fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,7 @@ pyhoca-cli (0.6.0.1-0x2go1) UNRELEASED; urgency=medium - Build-Require python-rpm-macros for OpenSuSE builds. - Include python2_sitelib for CentOS, python3_sitelib otherwise. Comment out for now to let builds fail and get a file list. + - Pick the files correctly. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 19 Sep 2018 15:20:43 +0200 diff --git a/pyhoca-cli.spec b/pyhoca-cli.spec index 57d08cbd..3afbc59c 100644 --- a/pyhoca-cli.spec +++ b/pyhoca-cli.spec @@ -96,9 +96,11 @@ cp -rp man/* %{buildroot}/%{_mandir}/ %doc COPYING README TODO %{_bindir}/%{name} %if 0%{?el6} || 0%{?el7} -#%%{python2_sitelib}/ +%{python2_sitelib}/pyhoca/cli/ +%{python2_sitelib}/PyHoca_CLI*/ %else -#%%{python3_sitelib}/* +%{python3_sitelib}/pyhoca/cli/ +%{python3_sitelib}/PyHoca_CLI*/ %if 0%{?suse_version} %if ( 0%{?sle_version} && 0%{?sle_version} >= 120300 && 0%{?is_opensuse} ) || ( 0%{?suse_version} > 1500 ) %pycache_only %{python3_sitelib}/__pycache__ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git