1
0

- Remove python_module macro definition

- More specific python_sitelib in %files

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=15
This commit is contained in:
Daniel Garcia 2022-12-14 08:35:27 +00:00 committed by Git OBS Bridge
parent ba007a48b9
commit 6c4e799713
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Dec 14 08:34:14 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- Remove python_module macro definition
- More specific python_sitelib in %files
-------------------------------------------------------------------
Tue Dec 13 15:23:18 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

@ -17,7 +17,6 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-filelock
Version: 3.8.2
Release: 0
@ -56,6 +55,7 @@ inter-process communication.
%files %{python_files}
%doc README.md
%license LICENSE
%{python_sitelib}/*
%{python_sitelib}/filelock
%{python_sitelib}/filelock-%{version}*-info
%changelog