From 44081663c19c9f36fdc259522b8ea154b50de7d1 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Fri, 24 Feb 2023 10:53:21 +0800 Subject: [PATCH] Fix installation conflicts between python3-jaraco-collections and python3-tempora (cherry picked from commit 4b877f263ee7da24b50d910d9a46572ecca09c8d) --- python-jaraco-collections.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/python-jaraco-collections.spec b/python-jaraco-collections.spec index b9a32f9..1ccbfad 100644 --- a/python-jaraco-collections.spec +++ b/python-jaraco-collections.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-jaraco-collections Version: 3.8.0 -Release: 1 +Release: 2 Summary: Collection objects similar to those in stdlib by jaraco License: MIT URL: https://github.com/jaraco/jaraco.collections @@ -70,13 +70,18 @@ popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . -%files -n python3-jaraco-collections -f filelist.lst -%dir %{python3_sitelib}/* +%files -n python3-jaraco-collections +%exclude %{python3_sitelib}/b +%{python3_sitelib}/jaraco.collections-*-py%{python3_version}.egg-info/ +%{python3_sitelib}/jaraco/ %files help -f doclist.lst %{_docdir}/* %changelog +* Fri Feb 24 2023 yaoxin - 3.8.0-2 +- Fix installation conflicts between python3-jaraco-collections and python3-tempora + * Fri Dec 16 2022 lijian - 3.8.0-1 - update to upstream version 3.8.0 -- Gitee