diff --git a/python-filelock.changes b/python-filelock.changes index af78bdf..31654cc 100644 --- a/python-filelock.changes +++ b/python-filelock.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Dec 14 08:34:14 UTC 2022 - Daniel Garcia + +- Remove python_module macro definition +- More specific python_sitelib in %files + ------------------------------------------------------------------- Tue Dec 13 15:23:18 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-filelock.spec b/python-filelock.spec index b4218e4..0a1d96b 100644 --- a/python-filelock.spec +++ b/python-filelock.spec @@ -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