diff --git a/python313.changes b/python313.changes index 5c1088b..5678ee5 100644 --- a/python313.changes +++ b/python313.changes @@ -1,10 +1,3 @@ -------------------------------------------------------------------- -Fri Mar 14 08:39:01 UTC 2025 - Adrian Schröter - -- don't require rpm-build-python for base to fix bootstrap issue - after primary_python change -- replace rpm-build-python alias with python-rpm-packaging package name - ------------------------------------------------------------------- Mon Mar 10 15:44:31 UTC 2025 - Bernhard Wiedemann diff --git a/python313.spec b/python313.spec index 05d6d30..ad9488a 100644 --- a/python313.spec +++ b/python313.spec @@ -238,10 +238,8 @@ BuildRequires: pkgconfig(uuid) BuildRequires: pkgconfig(zlib) #!BuildIgnore: gdk-pixbuf-loader-rsvg %if 0%{?suse_version} >= 1550 -# The provider for python(abi) is in python-rpm-packaging -%if "%{flavor}" != "base" -BuildRequires: python-rpm-packaging -%endif +# The provider for python(abi) is in rpm-build-python +BuildRequires: rpm-build-python %endif %if 0%{?suse_version} >= 1500 && 0%{?suse_version} < 1599 BuildRequires: pkgconfig(libnsl)