From d6ef34010ab4a01fd004451dbf1ad83ada1e4d95 Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Mon, 25 Jul 2022 11:00:34 +0800 Subject: [PATCH] Use python3_sitearch instead of python3_sitelib (cherry picked from commit 0278e3e2be5fc0048c94612b3333a895b2cde23d) --- python-Logbook.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-Logbook.spec b/python-Logbook.spec index d5006e9..f9471e5 100644 --- a/python-Logbook.spec +++ b/python-Logbook.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-Logbook Version: 1.5.3 -Release: 2 +Release: 3 Summary: A logging replacement for Python License: BSD-3-Clause URL: http://logbook.pocoo.org/ @@ -67,14 +67,17 @@ mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . %files -n python3-logbook -f filelist.lst -%dir %{python3_sitelib}/* +%dir %{python3_sitearch}/* %files help -f doclist.lst %{_docdir}/* %changelog -* Mon May 09 2022 yangping - 1.5.3-2 +* Mon Jul 25 2022 liyanan - 1.5.3-3 +- Use python3_sitearch instead of python3_sitelib + +* Mon May 09 2022 yangping - 1.5.3-2 - License compliance rectification * Tue Jul 13 2021 OpenStack_SIG - 1.5.3-1