The branch, master has been updated via bd42ae66c927db6f8bc2ef276aa4f23c70a22c2d (commit) from db524c53fd8acead93420af769cb9cdfa090ca93 (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 bd42ae66c927db6f8bc2ef276aa4f23c70a22c2d Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Dec 11 00:21:09 2013 +0100 x2goadmincenter.spec: do not allow owner/group changes during install ----------------------------------------------------------------------- Summary of changes: x2goadmincenter.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/x2goadmincenter.spec b/x2goadmincenter.spec index df66c87..de873cd 100644 --- a/x2goadmincenter.spec +++ b/x2goadmincenter.spec @@ -57,7 +57,9 @@ For installation instruction/howtos/FAQs please visit http://wiki.x2go.org %prep %setup -q - +# Fix up install issues +sed -i -e 's/-o root -g root//' x2goadmincenter/Makefile +sed -i -e 's/-o root -g root//' x2goadminserver/Makefile %build %if 0%{?el5} hooks/post-receive -- x2goadmincenter.git (X2Go Administration Center) 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 "x2goadmincenter.git" (X2Go Administration Center).