diff --git a/python-flufl_i18n.spec b/python-flufl_i18n.spec index 019b298..1f76ce3 100644 --- a/python-flufl_i18n.spec +++ b/python-flufl_i18n.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-flufl_i18n Version: 5.1.0 -Release: 1mamba +Release: 2mamba Summary: A high level API for internationalizing Python libraries and applications Group: System/Libraries Vendor: openmamba @@ -19,6 +19,9 @@ BuildRequires: python3.11dist(atpublic) %{summary}. %if 0%{?with_pyver} +%define py_requires_append \ +Provides: python%{python_version}dist(flufl.i18n) = %{version} \ +Provides: python3dist(flufl.i18n) = %{version} %pyver_package %endif @@ -48,6 +51,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %doc LICENSE %changelog +* Tue May 28 2024 Silvan Calarco 5.1.0-2mamba +- add provides for flufl.i18n + * Sun Apr 14 2024 Automatic Build System 5.1.0-1mamba - automatic update by autodist