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

git-admin at x2go.org git-admin at x2go.org
Fri Jan 30 11:46:58 CET 2015


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

x2go pushed a commit to branch master
in repository x2goserver.

commit 8faaa8b0522acb856172cb599914528a50017632
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Jan 30 11:36:54 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 39b9011..cce9b49 100644
--- a/x2goserver.spec
+++ b/x2goserver.spec
@@ -126,7 +126,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