This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from 5d3ce8d general: change X2go -> X2Go. new 2b3762c Create system user x2gouser with $HOME in /var/lib/x2go. 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 + x2goserver.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 2b3762c082c66c6a122cbd79970ea08f1854067e Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Jan 12 05:33:50 2015 +0100 Create system user x2gouser with $HOME in /var/lib/x2go. --- debian/changelog | 1 + x2goserver.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 87ee85f..d1c7fbb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -245,6 +245,7 @@ x2goserver (4.0.1.19-0x2go1) UNRELEASED; urgency=medium for non-X2Go directories. (Fixes: #676). + Remove macro call %systemd_pre for Fedora/EPEL-7 builds. No such macro in Fedora/RHEL7. (Fixes: 698). + + Create system user x2gouser with $HOME in /var/lib/x2go. (Fixes: #697). [ Matthew L. Dailey ] * New upstream version (4.0.1.19): diff --git a/x2goserver.spec b/x2goserver.spec index 5e33a97..abe5ba8 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -455,7 +455,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/x2gofm.desktop %pre common getent group x2gouser >/dev/null || groupadd -r x2gouser getent passwd x2gouser >/dev/null || \ - useradd -r -g x2gouser -d %{_localstatedir}/x2go -s /sbin/nologin \ + useradd -r -g x2gouser -d %{_localstatedir}/lib/x2go -s /sbin/nologin \ -c "x2go" x2gouser exit 0 -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git