added provides for flufl.lock [release 8.1.0-2mamba;Tue May 28 2024]
This commit is contained in:
parent
40ac9b7eb5
commit
efd72a118d
@ -1,7 +1,7 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-flufl_lock
|
Name: python-flufl_lock
|
||||||
Version: 8.1.0
|
Version: 8.1.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: NFS-safe file locking with timeouts for POSIX and Windows
|
Summary: NFS-safe file locking with timeouts for POSIX and Windows
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -21,6 +21,9 @@ BuildRequires: python-pdm_backend-py3
|
|||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
%if 0%{?with_pyver}
|
%if 0%{?with_pyver}
|
||||||
|
%define py_requires_append \
|
||||||
|
Provides: python%{python_version}dist(flufl.lock) = %{version} \
|
||||||
|
Provides: python3dist(flufl.lock) = %{version}
|
||||||
%pyver_package
|
%pyver_package
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -50,6 +53,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 28 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 8.1.0-2mamba
|
||||||
|
- added provides for flufl.lock
|
||||||
|
|
||||||
* Sun Mar 31 2024 Automatic Build System <autodist@openmamba.org> 8.1.0-1mamba
|
* Sun Mar 31 2024 Automatic Build System <autodist@openmamba.org> 8.1.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user