[X2Go-Commits] [x2goserver] 01/01: BuildRequires: SUSE <= 11.3 has xorg-x11, xinit.

git-admin at x2go.org git-admin at x2go.org
Thu Jan 29 17:15:45 CET 2015


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 at 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


More information about the x2go-commits mailing list