From 5236b2559a867d5f15b11aa9c376f404b805eaab0f82b0dad33bf65322b9009c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 6 Nov 2021 15:39:53 +0000 Subject: [PATCH 1/2] - BuildRequire rpm-build-python: The provider to inject python(abi) has been moved there. rpm-build pulls rpm-build-python automatically in when building anything against python3-base, but this implies that the initial build of python3-base does not trigger the automatic installation. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python310?expand=0&rev=19 --- python310.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python310.spec b/python310.spec index 6f47190..587fde4 100644 --- a/python310.spec +++ b/python310.spec @@ -153,6 +153,10 @@ BuildRequires: lzma-devel BuildRequires: netcfg BuildRequires: openssl-devel BuildRequires: pkgconfig +%if 0%{?suse_version} >= 1550 +# The provider for python(abi) is in rpm-build-python +BuildRequires: rpm-build-python +%endif BuildRequires: xz BuildRequires: pkgconfig(bzip2) BuildRequires: pkgconfig(expat) From 0e5b07c51c03b8a6aa68e69da1f17d54d118ee0c15dd3bdcacc311d02f9eb0fe Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 16 Nov 2021 16:04:08 +0000 Subject: [PATCH 2/2] - Move rpm-build-python construct to correct place. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python310?expand=0&rev=20 --- python310.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python310.changes b/python310.changes index 83420fa..00fa200 100644 --- a/python310.changes +++ b/python310.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 16 16:03:43 UTC 2021 - Matej Cepl + +- Move rpm-build-python construct to correct place. + ------------------------------------------------------------------- Wed Oct 13 08:52:47 UTC 2021 - Dominique Leuenberger