!5 [sync] PR-4: 修复编译失败问题

From: @openeuler-sync-bot 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2022-07-25 08:39:05 +00:00 committed by Gitee
commit 06c48294ae
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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