diff --git a/python-flufl_lock.spec b/python-flufl_lock.spec index 5801245..d750f8f 100644 --- a/python-flufl_lock.spec +++ b/python-flufl_lock.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-flufl_lock Version: 8.1.0 -Release: 1mamba +Release: 2mamba Summary: NFS-safe file locking with timeouts for POSIX and Windows Group: System/Libraries Vendor: openmamba @@ -21,6 +21,9 @@ BuildRequires: python-pdm_backend-py3 %{summary}. %if 0%{?with_pyver} +%define py_requires_append \ +Provides: python%{python_version}dist(flufl.lock) = %{version} \ +Provides: python3dist(flufl.lock) = %{version} %pyver_package %endif @@ -50,6 +53,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %doc LICENSE %changelog +* Tue May 28 2024 Silvan Calarco 8.1.0-2mamba +- added provides for flufl.lock + * Sun Mar 31 2024 Automatic Build System 8.1.0-1mamba - automatic version update by autodist