diff --git a/python-flit-core.changes b/python-flit-core.changes index f373d9c..50dc720 100644 --- a/python-flit-core.changes +++ b/python-flit-core.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jan 27 15:43:53 UTC 2023 - Antonio Larrosa + +- 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 diff --git a/python-flit-core.spec b/python-flit-core.spec index 0eba997..da10b74 100644 --- a/python-flit-core.spec +++ b/python-flit-core.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,12 +29,12 @@ %if "%{flavor}" == "" # The rest is in Ring1 %define pprefix python -%if 0%{?suse_version} >= 1550 || 0%{?sle_version} == 150500 +%if 0%{?suse_version} >= 1550 BuildRequires: python3-base >= 3.6 %{expand:%%define skip_%{primary_python} 1} %else %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 %endif %endif