[X2Go-Commits] [x2goserver] 02/06: fix SUSE version check

git-admin at x2go.org git-admin at x2go.org
Fri Jan 30 11:47:00 CET 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch release/4.0.1.x
in repository x2goserver.

commit b2b9324fc91fb5c9f3f4ea934ff388bdb097652b
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Jan 30 11:37:25 2015 +0100

    fix SUSE version check
---
 x2goserver.spec |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x2goserver.spec b/x2goserver.spec
index 2319741..8eafbf6 100644
--- a/x2goserver.spec
+++ b/x2goserver.spec
@@ -127,7 +127,7 @@ Requires(preun): systemd
 Requires(postun): systemd
 %endif
 
-%if 0%{?suse_version} >= 1210
+%if 0%{?suse_version} && 0%{?suse_version} >= 1210
 %{?systemd_requires}
 %endif
 

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git


More information about the x2go-commits mailing list