This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch release/4.0.1.x in repository x2goserver. from 7a57a37 x2goserver.spec: Always set BuildRoot: parameter. new 9b62b81 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 release/4.0.1.x in repository x2goserver. commit 9b62b8187b1d1e645d0d134083794e8169273f82 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 8004efc..7ad97cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -101,6 +101,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 b508916..1cc3164 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