Accepting request 904279 from openSUSE:Tools

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/904279
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=156
This commit is contained in:
Dominique Leuenberger 2021-07-06 21:30:31 +00:00 committed by Git OBS Bridge
commit 06ada6c869
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 18 21:35:50 UTC 2021 - Atilla ÖNTAŞ <tarakbumba@gmail.com>
- 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 <suse-tux@gmx.de>

View File

@ -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