!9 [sync] PR-8: 修复python3-jaraco-functools与python3-tempora的安装冲突

From: @openeuler-sync-bot 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-02-27 08:45:35 +00:00 committed by Gitee
commit 9ef2e713e3
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-jaraco-functools Name: python-jaraco-functools
Version: 3.5.2 Version: 3.5.2
Release: 2 Release: 3
Summary: Functools like those found in stdlib Summary: Functools like those found in stdlib
License: MIT License: MIT
URL: https://pypi.org/project/jaraco.functools/ URL: https://pypi.org/project/jaraco.functools/
@ -38,8 +38,7 @@ Provides: python3-jaraco-functools-doc
Documentation for jaraco-functools Documentation for jaraco-functools
%prep %prep
%autosetup -n jaraco.functools-%{version} %autosetup -n jaraco.functools-%{version} -p1
%patch0
%build %build
%py3_build %py3_build
@ -72,16 +71,16 @@ popd
mv %{buildroot}/filelist.lst . mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst . mv %{buildroot}/doclist.lst .
%files -n python3-jaraco-functools %files -n python3-jaraco-functools -f filelist.lst
%{python3_sitelib}/b* %dir %{python3_sitelib}/*
%exclude %{python3_sitelib}/b/__pycache__/
%{python3_sitelib}/jaraco.functools-%{version}-py%{python3_version}.egg-info/
%{python3_sitelib}/jaraco/
%files help -f doclist.lst %files help -f doclist.lst
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Mon Feb 27 2023 yaoxin <yaoxin30@h-partners.com> - 3.5.2-3
- Fix installation conflicts between python3-jaraco-functools and python3-tempora
* Fri Feb 24 2023 yaoxin <yaoxin30@h-partners.com> - 3.5.2-2 * Fri Feb 24 2023 yaoxin <yaoxin30@h-partners.com> - 3.5.2-2
- Fix installation conflicts between python3-jaraco-functools and python3-importlib-metadata - Fix installation conflicts between python3-jaraco-functools and python3-importlib-metadata