This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-cli. from 4b69e61 pyhoca-cli.spec: include python2_sitelib for CentOS, python3_sitelib otherwise. new 1bb1d2a pyhoca-cli.spec: pick the files correctly. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 1 + pyhoca-cli.spec | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-cli. 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 80f5d75..211776f 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 57d08cb..3afbc59 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/pyhoca-cli.git