This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from fa3b4f7 x2goserver.spec: Always set BuildRoot: parameter. new dc80c37 BuildRequires: SUSE <= 11.3 has xorg-x11, xinit. 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 | 6 +++++- 2 files changed, 6 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 dc80c37f14f751a3cb35528db4609b328c4f69e3 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Jan 29 17:15:12 2015 +0100 BuildRequires: SUSE <= 11.3 has xorg-x11, xinit. --- debian/changelog | 1 + x2goserver.spec | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 48c47fb..6dcabf9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -250,6 +250,7 @@ x2goserver (4.0.1.19-0x2go1) UNRELEASED; urgency=medium Fedora/RHEL7. (Fixes: 698). + Create system user x2gouser with $HOME in /var/lib/x2go. (Fixes: #697). + Always set BuildRoot: parameter. + + BuildRequires: SUSE <= 11.3 has xorg-x11, xinit. [ Matthew L. Dailey ] * New upstream version (4.0.1.19): diff --git a/x2goserver.spec b/x2goserver.spec index abe5ba8..b975cfd 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -47,7 +47,11 @@ Requires(pre): shadow-utils # So XSESSIONDIR gets linked %if 0%{?suse_version} -BuildRequires: xinit +%if 0%{?suse_version} <= 1130 +BuildRequires: xorg-x11 +%else +BuildRequires: xinit +%endif %else BuildRequires: xorg-x11-xinit %endif -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git