This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from b97ce19 x2goserver: postinst script fix new 28c26b1 For SUSE builds: Add to R: shadow (useradd, groupadd). 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 | 1 + 2 files changed, 2 insertions(+) -- 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 28c26b18400e088cb612f33ec9a415e2006c7f6f Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Oct 13 17:34:44 2014 +0200 For SUSE builds: Add to R: shadow (useradd, groupadd). --- debian/changelog | 1 + x2goserver.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9e943a7..81e6292 100644 --- a/debian/changelog +++ b/debian/changelog @@ -164,6 +164,7 @@ x2goserver (4.0.1.19-0x2go1) UNRELEASED; urgency=medium + No %{_sysconfdir}/x2go/Xclients.d on SUSE systems. + Use %{_localstatedir} instead of %{_sharedstatedir}. + Use proper if... then... clauses. + + For SUSE builds: Add to R: shadow (useradd, groupadd). -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 07 Oct 2014 15:35:38 +0200 diff --git a/x2goserver.spec b/x2goserver.spec index 98f19ce..71a68c1 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -29,6 +29,7 @@ BuildRequires: man # So XSESSIONDIR gets linked %if 0%{suse_version} BuildRequires: xinit +BuildRequires: shadow %else BuildRequires: xorg-x11-xinit %endif -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git