From 2d18511969fb737e6ceed70f07565ee41596aa5efd81c73cc2ae6dba235e09fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20H=C3=BCwe?= Date: Mon, 5 Jul 2021 20:11:44 +0000 Subject: [PATCH] Accepting request 900818 from home:tarakbumba:branches:openSUSE:Tools - force Mageia >= 8 builds to python3; python2 is deprecated in Mageia 8 and up. - fixed osc.changes file OBS-URL: https://build.opensuse.org/request/show/900818 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=352 --- osc.changes | 5 +++++ osc.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/osc.changes b/osc.changes index 7345380..9cbf880 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 18 21:35:50 UTC 2021 - Atilla ÖNTAŞ + +- force Mageia >= 8 builds to python3; python2 is deprecated in Mageia 8 and up. + ------------------------------------------------------------------- Tue May 18 20:58:00 UTC 2021 - Marcus Hüwe diff --git a/osc.spec b/osc.spec index 89b8e79..d09e922 100644 --- a/osc.spec +++ b/osc.spec @@ -16,7 +16,7 @@ # -%if 0%{?suse_version} >= 1500 || 0%{?fedora_version} >= 29 || 0%{?centos_version} >= 800 +%if 0%{?suse_version} >= 1500 || 0%{?fedora_version} >= 29 || 0%{?centos_version} >= 800 || 0%{?mageia} >= 8 %bcond_without python3 %else %bcond_with python3