From 7016c18048a0376b67e37f587078e80b89e2ded8 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:55:03 +0100 Subject: [PATCH] fix obsoletes for PyYAML-py3* [release 6.0.1-3mamba;Mon Oct 16 2023] --- python-yaml.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-yaml.spec b/python-yaml.spec index 81dbf9c..500e8ee 100644 --- a/python-yaml.spec +++ b/python-yaml.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-yaml Version: 6.0.1 -Release: 2mamba +Release: 3mamba Summary: YAML parser and emitter for Python Group: System/Libraries/Python Vendor: openmamba @@ -31,8 +31,8 @@ YAML parser and emitter for python: %if 0%{?with_pyver} %define py_requires_append \ -Provides: PyYAML-%{?with_pyver} \ -Obsoletes: PyYAML-%{?with_pyver} < 6.0.1-2mamba +Provides: PyYAML-py%{?with_pyver} \ +Obsoletes: PyYAML-py%{?with_pyver} < 6.0.1-2mamba %pyver_package %endif @@ -66,6 +66,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel --config-settin %{python_sitearch}/_%{pkgname}/* %changelog +* Mon Oct 16 2023 Silvan Calarco 6.0.1-3mamba +- fix obsoletes for PyYAML-py3* + * Fri Sep 29 2023 Automatic Build System 6.0.1-2mamba - rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba