This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit 281f7e59df146da147a4967b69c0c5a6fb6e07bf Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Oct 15 09:03:02 2014 +0200 x2gobroker.spec: typo fix, the permissions stuff is only required for SUSE builds --- x2gobroker.spec | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/x2gobroker.spec b/x2gobroker.spec index 923385b..0ec9efc 100644 --- a/x2gobroker.spec +++ b/x2gobroker.spec @@ -77,7 +77,9 @@ Requires: python-tornado Requires: python-paramiko Requires: python-daemon Requires: python-lockfile +%if 0%{?suse_version} Requires(pre): permissions +%endif %description -n python-x2gobroker X2Go is a server based computing environment with @@ -115,7 +117,9 @@ Requires: python-setproctitle Requires: python-pampy Requires: logrotate Requires(pre): python-x2gobroker = %{version}-%{release} +%if 0%{?suse_version} Requires(pre): permissions +%endif %description authservice X2Go is a server based computing environment with @@ -145,7 +149,9 @@ Group: Applications/Communications Requires: x2gobroker = %{version}-%{release} Requires: x2gobroker-authservice = %{version}-%{release} Requires: logrotate +%if 0%{?suse_version} Requires(pre): permissions +%endif %description daemon X2Go is a server based computing environment with @@ -175,7 +181,9 @@ Group: Productivity/Networking/Remote Desktop Group: Applications/Communications %endif Requires: x2gobroker = %{version}-%{release} +%if 0%{?suse_version} Requires(pre): permissions +%endif %description ssh X2Go is a server based computing environment with @@ -217,7 +225,9 @@ Requires: python2 %endif Requires: x2gobroker-authservice = %{version}-%{release} Requires: logrotate +%if 0%{?suse_version} Requires(pre): permissions +%endif %description wsgi X2Go is a server based computing environment with @@ -263,7 +273,9 @@ Requires: python-setproctitle Requires: python-argparse Requires: python-paramiko Requires: perl(File::Which) +%if 0%{?suse_version} Requires(pre): permissions +%endif %description agent X2Go is a server based computing environment with @@ -615,7 +627,7 @@ fi %files wsgi %defattr(-,root,root) -%if 0%{suse_version} +%if 0%{?suse_version} %_sysconfdir/apache2 %else %_sysconfdir/httpd -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git