!7 [sync] PR-6: 修复python3-jaraco-functools与python3-importlib-metadata的安装冲突
From: @openeuler-sync-bot Reviewed-by: @shinwell_hu Signed-off-by: @shinwell_hu
This commit is contained in:
commit
28a8464509
@ -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: 1
|
Release: 2
|
||||||
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/
|
||||||
@ -72,13 +72,19 @@ popd
|
|||||||
mv %{buildroot}/filelist.lst .
|
mv %{buildroot}/filelist.lst .
|
||||||
mv %{buildroot}/doclist.lst .
|
mv %{buildroot}/doclist.lst .
|
||||||
|
|
||||||
%files -n python3-jaraco-functools -f filelist.lst
|
%files -n python3-jaraco-functools
|
||||||
%dir %{python3_sitelib}/*
|
%{python3_sitelib}/b*
|
||||||
|
%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
|
||||||
|
* Fri Feb 24 2023 yaoxin <yaoxin30@h-partners.com> - 3.5.2-2
|
||||||
|
- Fix installation conflicts between python3-jaraco-functools and python3-importlib-metadata
|
||||||
|
|
||||||
* Thu Dec 01 2022 liqiuyu <liqiuyu@kylinos.cn> - 3.5.2-1
|
* Thu Dec 01 2022 liqiuyu <liqiuyu@kylinos.cn> - 3.5.2-1
|
||||||
- Update package to version 3.5.2
|
- Update package to version 3.5.2
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user