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:
commit
06ada6c869
@ -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>
|
Tue May 18 20:58:00 UTC 2021 - Marcus Hüwe <suse-tux@gmx.de>
|
||||||
|
|
||||||
|
2
osc.spec
2
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
|
%bcond_without python3
|
||||||
%else
|
%else
|
||||||
%bcond_with python3
|
%bcond_with python3
|
||||||
|
Loading…
Reference in New Issue
Block a user