From 6c4e79971359c2558945f5f071ae69cedf4d41b0b6de1754381b1ba88a043fcb Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Wed, 14 Dec 2022 08:35:27 +0000 Subject: [PATCH] - 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 --- python-filelock.changes | 6 ++++++ python-filelock.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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