[X2Go-Commits] [x2gobroker] 01/01: x2gobroker.spec: fix wsgi symlink location.
git-admin at x2go.org
git-admin at x2go.org
Mon Apr 22 02:21:13 CEST 2019
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2gobroker.
commit d840c88b3f9eaa7fd96a6627fff81a277f1ab996
Author: Mihai Moldovan <ionic at ionic.de>
Date: Mon Apr 22 02:21:04 2019 +0200
x2gobroker.spec: fix wsgi symlink location.
---
debian/changelog | 1 +
x2gobroker.spec | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 00c12a6..e9bf91a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -42,6 +42,7 @@ x2gobroker (0.0.4.1-0x2go1) UNRELEASED; urgency=medium
- man/*: update date and version stamps pre-release.
* x2gobroker.spec:
+ Install new wsgi symlink for %{_bindir}/x2gobroker-wsgi.
+ + Fix wsgi symlink location.
-- X2Go Release Manager <git-admin at x2go.org> Sun, 03 Feb 2019 03:57:46 +0100
diff --git a/x2gobroker.spec b/x2gobroker.spec
index f170538..adbb6dd 100644
--- a/x2gobroker.spec
+++ b/x2gobroker.spec
@@ -664,7 +664,7 @@ fi
%if 0%{?suse_version}
%post wsgi
-%set_permissions "%{_libexecdir}/x2go/wsgi/x2gobroker-wsgi"
+%set_permissions "%{_libexecdir}/x2gobroker/wsgi/x2gobroker-wsgi"
%set_permissions "%{_localstatedir}/log/x2gobroker"
@@ -780,7 +780,7 @@ fi
%config %{_sysconfdir}/x2go/x2gobroker-wsgi.apache.conf
%config %{_sysconfdir}/x2go/x2gobroker-wsgi.apache.vhost
%config %{_sysconfdir}/logrotate.d/x2gobroker-wsgi
-"%{_libexecdir}/x2go/wsgi/x2gobroker-wsgi"
+"%{_libexecdir}/x2gobroker/wsgi/x2gobroker-wsgi"
%files agent
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
More information about the x2go-commits
mailing list