[X2Go-Commits] [python-x2go] 01/01: python-x2go.spec: fix bad %if condition

git-admin at x2go.org git-admin at x2go.org
Tue Oct 14 18:52:32 CEST 2014


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

x2go pushed a commit to branch master
in repository python-x2go.

commit de52983c42b3391723d9c62c35dc482cdcc7371d
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Oct 14 18:52:25 2014 +0200

    python-x2go.spec: fix bad %if condition
---
 python-x2go.spec |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python-x2go.spec b/python-x2go.spec
index 4fd80bb..26c1219 100644
--- a/python-x2go.spec
+++ b/python-x2go.spec
@@ -17,7 +17,7 @@ URL:            http://www.x2go.org/
 Source0:        http://code.x2go.org/releases/source/%{name}/%{name}-%{version}.tar.gz
 
 BuildArch:      noarch
-%if 0%{suse_version}
+%if 0%{?suse_version}
 BuildRequires:  python-devel
 %else
 BuildRequires:  python2-devel

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


More information about the x2go-commits mailing list