diff --git a/python-jaraco-collections.spec b/python-jaraco-collections.spec index 1ccbfad368076f1090435c390932baf59f53004b..b9a32f9f22c3e9780357a72c424107d7252b4051 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