From c1b4268f92c389465f04cbcc200ae4b0d8acc9cb Mon Sep 17 00:00:00 2001 From: Huang Yang Date: Tue, 9 Jul 2024 03:23:20 +0000 Subject: [PATCH] fix LICENSE not find --- python-filelock.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-filelock.spec b/python-filelock.spec index 92af0c0..ab47c71 100644 --- a/python-filelock.spec +++ b/python-filelock.spec @@ -3,7 +3,7 @@ Summary: A platform independent file lock Name: python-filelock Version: 3.12.4 -Release: 1%{?dist} +Release: 2%{?dist} License: Unlicense URL: https://github.com/tox-dev/py-filelock Source0: %{pypi_source filelock} @@ -59,7 +59,6 @@ popd %install %pyproject_install %pyproject_save_files filelock -rm -f %{buildroot}/%{python3_sitelib}/filelock-%{version}.dist-info/licenses/LICENSE %if %{with docs} install -p -m0644 -D docs/man/filelock.1 %{buildroot}%{_mandir}/man1/filelock.1 @@ -83,6 +82,10 @@ install -p -m0644 -D docs/man/filelock.1 %{buildroot}%{_mandir}/man1/filelock.1 %changelog +* Tue Jul 09 2024 Huang Yang - 3.12.4-2 +- [Type] other +- [DESC] fix LICENSE not find + * Tue Sep 26 2023 jackeyji - 3.12.4-1 - upgrade to 3.12.4 -- Gitee