[X2Go-Commits] [python-x2go] 02/02: python-x2go.spec: actually disable python3 builds on OpenSuSE.
git-admin at x2go.org
git-admin at x2go.org
Sat Jun 2 01:40:37 CEST 2018
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository python-x2go.
commit 7937eef2f50921ccd634db2c46d21d804da0854a
Author: Mihai Moldovan <ionic at ionic.de>
Date: Sat Jun 2 01:40:17 2018 +0200
python-x2go.spec: actually disable python3 builds on OpenSuSE.
---
debian/changelog | 1 +
python-x2go.spec | 4 ++++
2 files changed, 5 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 1351c7e..58510a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,6 +27,7 @@ python-x2go (0.5.99.1-0x2go1) UNRELEASED; urgency=medium
- Fix package names in %package (and its %description) and %files sections.
- Add dependency on the python-configparser backport. Makes at least part
working with both Python 2 and 3.
+ - Actually disable python3 builds on OpenSuSE.
-- Mike Gabriel <mike.gabriel at das-netzwerkteam.de> Fri, 22 Sep 2017 14:15:05 +0200
diff --git a/python-x2go.spec b/python-x2go.spec
index ed23fac..c423967 100644
--- a/python-x2go.spec
+++ b/python-x2go.spec
@@ -7,6 +7,10 @@
%{?!python_module:%define python_module() python-%{**}}
%endif
+%if ! 0%{?with_python3}
+%define skip_python3 1
+%endif
+
Name: python-x2go
Version: 0.5.99.1
Release: 0.0x2go1%{?dist}
--
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