This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from 89e95c4 x2goserver.spec: Clean up and re-arrange BRs and Rs. new dbb201b x2goserver.spec: SUSE has xinit, not 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: x2goserver.spec | 4 ++++ 1 file changed, 4 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 dbb201bff0a5128362ff5bf0de2caeaff2d504b4 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Oct 14 14:07:08 2014 +0200 x2goserver.spec: SUSE has xinit, not xorg-x11-xinit. --- x2goserver.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/x2goserver.spec b/x2goserver.spec index 54ce0bf..230b6d4 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -325,7 +325,11 @@ without lack of features. Summary: X2Go Server (Xsession runner) Requires: %{name} = %{version}-%{release} # For /etc/X11/Xresources +%if 0%{suse_version} +Requires: xinit +%else Requires: xorg-x11-xinit +%endif %if 0%{?fedora} || 0%{?rhel} Group: Applications/Communications %else -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git