The branch, master has been updated via ef455fb636f8ffde8636f16a0c1acfb436dcb49a (commit) from 830ef98ec3b282cb3bd7d74a4746dc7418ddc81c (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 ef455fb636f8ffde8636f16a0c1acfb436dcb49a Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Dec 21 00:31:55 2013 +0100 x2gobroker.spec: python-x2gobroker is required before the other packages get installed ----------------------------------------------------------------------- Summary of changes: x2gobroker.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/x2gobroker.spec b/x2gobroker.spec index 3c71fab..35814bf 100644 --- a/x2gobroker.spec +++ b/x2gobroker.spec @@ -23,7 +23,7 @@ Requires: logrotate Requires: python-argparse Requires: python-setproctitle Requires: python-wsgilog -Requires: python-x2gobroker = %{version}-%{release} +Requires(pre): python-x2gobroker = %{version}-%{release} Requires(pre): shadow-utils %description @@ -87,7 +87,7 @@ Requires: python2 Requires: python-argparse Requires: python-setproctitle Requires: python-pampy -Requires: python-x2gobroker = %{version}-%{release} +Requires(pre): python-x2gobroker = %{version}-%{release} %description authservice X2Go is a server based computing environment with 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).