The branch, master has been updated via db3084ed19018adb65d2b26cd528b893d2801fbe (commit) from 759ccf0b1e43ce9e8cb3eda13fad5e6601abc40a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit db3084ed19018adb65d2b26cd528b893d2801fbe Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Dec 20 23:41:22 2013 +0100 replace MATE desktop in inifile example config with GNOME(v2) for EPEL-5+6 packages ----------------------------------------------------------------------- Summary of changes: x2gobroker.spec | 6 ++++++ 1 file changed, 6 insertions(+) The diff of changes is: diff --git a/x2gobroker.spec b/x2gobroker.spec index f76541c..3c4b79a 100644 --- a/x2gobroker.spec +++ b/x2gobroker.spec @@ -229,6 +229,12 @@ echo "Files where we will be patching libexecedir:" find . -type f -exec grep -l "/usr/lib/x2go/" "{}" "+" find . -type f -exec grep -l "/usr/lib/x2go/" "{}" "+" | \ xargs perl -i -pe 's{/usr/lib/x2go/}{%_libexecdir/x2go/}' +%if 0%{?el5} || 0%{?el6} +sed -i %_sysconfigdir/x2go/broker/x2gobroker-sessionprofiles.conf \ + -e 's/localhost-mate/localhost-gnome/' \ + -e 's/^name=MATE - localhost/name=GNOME - localhost/' + -e 's/^command=MATE/command=GNOME/' +%endif make %{?_smp_mflags} PREFIX="%_prefix" LIBDIR="%_libexecdir/x2go" %install hooks/post-receive -- x2gobroker.git (HTTP(S) Session broker for X2Go) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2gobroker.git" (HTTP(S) Session broker for X2Go).