This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from 5e94375 x2gobroker.spec: also own %{_libexecdir}/x2gobroker (in wsgi package, for now). new 1b0170a x2gobroker.spec: also own %{_libexecdir}/x2gobroker/wsgi (in wsgi package). 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 + x2gobroker.spec | 1 + 2 files changed, 2 insertions(+) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit 1b0170aa5cefd3cca55813d931aca10b64449392 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Apr 22 02:56:39 2019 +0200 x2gobroker.spec: also own %{_libexecdir}/x2gobroker/wsgi (in wsgi package). --- debian/changelog | 1 + x2gobroker.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9911d18..f2db0e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -44,6 +44,7 @@ x2gobroker (0.0.4.1-0x2go1) UNRELEASED; urgency=medium + Install new wsgi symlink for %{_bindir}/x2gobroker-wsgi. + Fix wsgi symlink location. + Also own %{_libexecdir}/x2gobroker (in wsgi package, for now). + + Also own %{_libexecdir}/x2gobroker/wsgi (in wsgi package). -- X2Go Release Manager <git-admin@x2go.org> Sun, 03 Feb 2019 03:57:46 +0100 diff --git a/x2gobroker.spec b/x2gobroker.spec index 172f0dc..0fff418 100644 --- a/x2gobroker.spec +++ b/x2gobroker.spec @@ -781,6 +781,7 @@ fi %config %{_sysconfdir}/x2go/x2gobroker-wsgi.apache.vhost %config %{_sysconfdir}/logrotate.d/x2gobroker-wsgi %dir "%{_libexecdir}/x2gobroker" +%dir "%{_libexecdir}/x2gobroker/wsgi" "%{_libexecdir}/x2gobroker/wsgi/x2gobroker-wsgi" -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git