From efd72a118d9139440f93c3766d99344a2e529b67 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Tue, 28 May 2024 17:30:52 +0200 Subject: [PATCH] added provides for flufl.lock [release 8.1.0-2mamba;Tue May 28 2024] --- python-flufl_lock.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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