From 2d4294b772b2727dc715df45723a05aae093f89c Mon Sep 17 00:00:00 2001 From: xu_ping Date: Fri, 24 Feb 2023 07:28:57 +0000 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80=20'Pull=20Request=20!9=20:?= =?UTF-8?q?=20=E4=BF=AE=E5=A4=8Dpython3-jaraco-collections=E4=B8=8Epython3?= =?UTF-8?q?-tempora=E7=9A=84=E5=AE=89=E8=A3=85=E5=86=B2=E7=AA=81'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python-jaraco-collections.spec | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/python-jaraco-collections.spec b/python-jaraco-collections.spec index 1ccbfad..b9a32f9 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: 2 +Release: 1 Summary: Collection objects similar to those in stdlib by jaraco License: MIT URL: https://github.com/jaraco/jaraco.collections @@ -70,18 +70,13 @@ popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . -%files -n python3-jaraco-collections -%exclude %{python3_sitelib}/b -%{python3_sitelib}/jaraco.collections-*-py%{python3_version}.egg-info/ -%{python3_sitelib}/jaraco/ +%files -n python3-jaraco-collections -f filelist.lst +%dir %{python3_sitelib}/* %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