This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-cli. from 1bb1d2a pyhoca-cli.spec: pick the files correctly. new 14eba70 pyhoca-cli.spec: also pick files matching PyHoca_CLI* in the site-lib directory. 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 | 4 ++-- 2 files changed, 3 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 14eba70f4093a43e540e96a0c67d42305469607e Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Nov 10 17:05:08 2018 +0100 pyhoca-cli.spec: also pick files matching PyHoca_CLI* in the site-lib directory. --- debian/changelog | 1 + pyhoca-cli.spec | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 211776f..790599b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,6 +22,7 @@ pyhoca-cli (0.6.0.1-0x2go1) UNRELEASED; urgency=medium - 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. + - Also pick files matching PyHoca_CLI* in the site-lib directory. -- 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 3afbc59..c83680d 100644 --- a/pyhoca-cli.spec +++ b/pyhoca-cli.spec @@ -97,10 +97,10 @@ cp -rp man/* %{buildroot}/%{_mandir}/ %{_bindir}/%{name} %if 0%{?el6} || 0%{?el7} %{python2_sitelib}/pyhoca/cli/ -%{python2_sitelib}/PyHoca_CLI*/ +%{python2_sitelib}/PyHoca_CLI* %else %{python3_sitelib}/pyhoca/cli/ -%{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