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