diff --git a/python-keyring.spec b/python-keyring.spec index 37a1ea9..1b715cc 100644 --- a/python-keyring.spec +++ b/python-keyring.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-keyring Version: 24.3.1 -Release: 1mamba +Release: 2mamba Summary: Store and access your passwords safely Group: System/Libraries Vendor: openmamba @@ -23,6 +23,11 @@ BuildRequires: python3-devel >= 3.11.5-3mamba %{summary}. %if 0%{?with_pyver} +%if "0%{?with_pyver}" == "03" +%define py_requires_append \ +Obsoletes: python-keyring-py310 <= 24.3.1-1mamba +%endif + %pyver_package %endif @@ -53,6 +58,9 @@ done %doc LICENSE %changelog +* Sun Mar 24 2024 Silvan Calarco 24.3.1-2mamba +- obsolete python-keyring-py310 + * Wed Feb 28 2024 Automatic Build System 24.3.1-1mamba - automatic version update by autodist