1
0
forked from pool/osc

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
This commit is contained in:
Marcus Hüwe 2021-07-05 20:11:44 +00:00 committed by Git OBS Bridge
parent 7d3ecaeda2
commit 53a46445e8
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