Fix installation conflicts between python3-jaraco-classes and python-jaraco-collections
(cherry picked from commit 5e154b44fe1d537871207ec09ac2839e007e64ed)
This commit is contained in:
parent
49346c5bc5
commit
769bb3a025
@ -1,7 +1,7 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-jaraco-classes
|
||||
Version: 3.2.3
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Utility functions for Python class constructs
|
||||
License: MIT
|
||||
URL: https://github.com/jaraco/jaraco.classes
|
||||
@ -77,13 +77,19 @@ popd
|
||||
mv %{buildroot}/filelist.lst .
|
||||
mv %{buildroot}/doclist.lst .
|
||||
|
||||
%files -n python3-jaraco-classes -f filelist.lst
|
||||
%dir %{python3_sitelib}/*
|
||||
%files -n python3-jaraco-classes
|
||||
%{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
|
||||
%{_docdir}/*
|
||||
|
||||
%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
|
||||
- Upgrade package to version 3.2.3
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user