[X2Go-Commits] [python-x2go] 01/01: python-x2go.spec: fix syntax error: if => %if.

git-admin at x2go.org git-admin at x2go.org
Tue Sep 3 02:40:27 CEST 2019


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

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

commit 4e80e4255e30f6b25123fddc23ac6046cd6da706
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Tue Sep 3 02:40:18 2019 +0200

    python-x2go.spec: fix syntax error: if => %if.
---
 debian/changelog | 1 +
 python-x2go.spec | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 2266a51..05ec493 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -30,6 +30,7 @@ python-x2go (0.6.1.0-0x2go1) UNRELEASED; urgency=medium
     + Disable python2 builds on FC31+. Python 2 support has been deprecated in
       FC30 with a mass-removal of packages and FC31 continues this trend, but
       also disallows building new Python 2 packages.
+    + Fix syntax error: if => %if.
 
  -- X2Go Release Manager <git-admin at x2go.org>  Sat, 01 Dec 2018 02:16:45 +0100
 
diff --git a/python-x2go.spec b/python-x2go.spec
index 38c999c..b73eb29 100644
--- a/python-x2go.spec
+++ b/python-x2go.spec
@@ -9,7 +9,7 @@
 
 # Fedora 30 deprecated Python 2, 31 disabled support for building these
 # packages.
-if 0%{?fedora} >= 31
+%if 0%{?fedora} >= 31
 %bcond_with    python2
 %else
 %bcond_without python2

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git


More information about the x2go-commits mailing list