!17 [sync] PR-16: 修复python3-jaraco-classes与python3-jaraco-collections的安装冲突
From: @openeuler-sync-bot Reviewed-by: @shinwell_hu Signed-off-by: @shinwell_hu
This commit is contained in:
commit
eca29c9152
@ -1,7 +1,7 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-jaraco-classes
|
Name: python-jaraco-classes
|
||||||
Version: 3.2.3
|
Version: 3.2.3
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Utility functions for Python class constructs
|
Summary: Utility functions for Python class constructs
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/jaraco/jaraco.classes
|
URL: https://github.com/jaraco/jaraco.classes
|
||||||
@ -77,13 +77,19 @@ popd
|
|||||||
mv %{buildroot}/filelist.lst .
|
mv %{buildroot}/filelist.lst .
|
||||||
mv %{buildroot}/doclist.lst .
|
mv %{buildroot}/doclist.lst .
|
||||||
|
|
||||||
%files -n python3-jaraco-classes -f filelist.lst
|
%files -n python3-jaraco-classes
|
||||||
%dir %{python3_sitelib}/*
|
%{python3_sitelib}/b*
|
||||||
|
%exclude %{python3_sitelib}/b/__pycache__/
|
||||||
|
%{python3_sitelib}/jaraco/classes
|
||||||
|
%{python3_sitelib}/jaraco.classes-*-py%{python3_version}.egg-info/
|
||||||
|
|
||||||
%files help -f doclist.lst
|
%files help -f doclist.lst
|
||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 24 2023 yaoxin <yaoxin30@h-partners.com> - 3.2.3-2
|
||||||
|
- Fix installation conflicts between python3-jaraco-classes and python-jaraco-collections
|
||||||
|
|
||||||
* Sat Oct 08 2022 guozhengxin <guozhengxin@kylinos.cn> - 3.2.3-1
|
* Sat Oct 08 2022 guozhengxin <guozhengxin@kylinos.cn> - 3.2.3-1
|
||||||
- Upgrade package to version 3.2.3
|
- Upgrade package to version 3.2.3
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user