Accepting request 1061579 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1061579 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flit-core?expand=0&rev=13
This commit is contained in:
commit
542c77ffde
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 27 15:43:53 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
|
||||||
|
|
||||||
|
- Exclude the regular build in SLE15 SP5 as in SP4 instead of
|
||||||
|
leaving it as unresolvable
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 8 00:36:32 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
Tue Nov 8 00:36:32 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -29,12 +29,12 @@
|
|||||||
%if "%{flavor}" == ""
|
%if "%{flavor}" == ""
|
||||||
# The rest is in Ring1
|
# The rest is in Ring1
|
||||||
%define pprefix python
|
%define pprefix python
|
||||||
%if 0%{?suse_version} >= 1550 || 0%{?sle_version} == 150500
|
%if 0%{?suse_version} >= 1550
|
||||||
BuildRequires: python3-base >= 3.6
|
BuildRequires: python3-base >= 3.6
|
||||||
%{expand:%%define skip_%{primary_python} 1}
|
%{expand:%%define skip_%{primary_python} 1}
|
||||||
%else
|
%else
|
||||||
%define python_module() no-build-without-multibuild-flavor
|
%define python_module() no-build-without-multibuild-flavor
|
||||||
# no non-primary python in <=15.4
|
# no non-primary python in <=15.5
|
||||||
ExclusiveArch: do-not-build
|
ExclusiveArch: do-not-build
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user