Use python3_sitearch instead of python3_sitelib
(cherry picked from commit 0278e3e2be5fc0048c94612b3333a895b2cde23d)
This commit is contained in:
parent
1ff31e8de0
commit
d6ef34010a
@ -1,7 +1,7 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-Logbook
|
Name: python-Logbook
|
||||||
Version: 1.5.3
|
Version: 1.5.3
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: A logging replacement for Python
|
Summary: A logging replacement for Python
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: http://logbook.pocoo.org/
|
URL: http://logbook.pocoo.org/
|
||||||
@ -67,14 +67,17 @@ mv %{buildroot}/filelist.lst .
|
|||||||
mv %{buildroot}/doclist.lst .
|
mv %{buildroot}/doclist.lst .
|
||||||
|
|
||||||
%files -n python3-logbook -f filelist.lst
|
%files -n python3-logbook -f filelist.lst
|
||||||
%dir %{python3_sitelib}/*
|
%dir %{python3_sitearch}/*
|
||||||
|
|
||||||
|
|
||||||
%files help -f doclist.lst
|
%files help -f doclist.lst
|
||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon May 09 2022 yangping <yangping69@h-partners> - 1.5.3-2
|
* Mon Jul 25 2022 liyanan <liyanan32@h-partners.com> - 1.5.3-3
|
||||||
|
- Use python3_sitearch instead of python3_sitelib
|
||||||
|
|
||||||
|
* Mon May 09 2022 yangping <yangping69@h-partners.com> - 1.5.3-2
|
||||||
- License compliance rectification
|
- License compliance rectification
|
||||||
|
|
||||||
* Tue Jul 13 2021 OpenStack_SIG <openstack@openeuler.org> - 1.5.3-1
|
* Tue Jul 13 2021 OpenStack_SIG <openstack@openeuler.org> - 1.5.3-1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user