[X2Go-Commits] [python-x2go] 01/01: python-x2go.spec: fix FC python3-enabling via correct macro and for 26+, OpenSuSE will actually be enabled for 13.2+ and add RHEL 8+ condition.
git-admin at x2go.org
git-admin at x2go.org
Fri Nov 30 03:40:16 CET 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 e14d865f8c8a15f6a736c39033fb984176ff0aef
Author: Mihai Moldovan <ionic at ionic.de>
Date: Fri Nov 30 03:39:47 2018 +0100
python-x2go.spec: fix FC python3-enabling via correct macro and for 26+, OpenSuSE will actually be enabled for 13.2+ and add RHEL 8+ condition.
---
debian/changelog | 2 ++
python-x2go.spec | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 4b4427a..7388f2d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,8 @@ python-x2go (0.6.0.2-0x2go1) UNRELEASED; urgency=medium
* python-x2go.spec:
- Fetch files under %{python(2)_sitelib} more fine-grained.
- Enable python3 builds on OpenSuSE 13.1+ and Fedora 20+.
+ - Fix FC python3-enabling via correct macro and for 26+, OpenSuSE will
+ actually be enabled for 13.2+ and add RHEL 8+ condition.
-- Mike Gabriel <mike.gabriel at das-netzwerkteam.de> Tue, 18 Sep 2018 21:17:35 +0200
diff --git a/python-x2go.spec b/python-x2go.spec
index f533f8c..e4c4dbb 100644
--- a/python-x2go.spec
+++ b/python-x2go.spec
@@ -1,5 +1,5 @@
# Add conditional and ...
-%if 0%{?suse_version} > 1310 || 0%{?fedora_version} > 20
+%if 0%{?suse_version} > 1310 || 0%{?fedora} >= 26 || 0%{?rhel} >= 8
# ... enable by default on newer distros.
%bcond_without python3
%else
--
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