From a217ad2c46f1c15e91f685b44e6f5cc47b4846b3 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Mon, 27 Feb 2023 14:09:23 +0800 Subject: [PATCH] Fix installation conflicts between python3-jaraco-functools and python3-tempora (cherry picked from commit ad4cdc84e56d930d887c56bd1218100cf7b65515) --- python-jaraco-functools.spec | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/python-jaraco-functools.spec b/python-jaraco-functools.spec index 0ea2fdb..e625661 100644 --- a/python-jaraco-functools.spec +++ b/python-jaraco-functools.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-jaraco-functools Version: 3.5.2 -Release: 2 +Release: 3 Summary: Functools like those found in stdlib License: MIT URL: https://pypi.org/project/jaraco.functools/ @@ -38,8 +38,7 @@ Provides: python3-jaraco-functools-doc Documentation for jaraco-functools %prep -%autosetup -n jaraco.functools-%{version} -%patch0 +%autosetup -n jaraco.functools-%{version} -p1 %build %py3_build @@ -72,16 +71,16 @@ popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . -%files -n python3-jaraco-functools -%{python3_sitelib}/b* -%exclude %{python3_sitelib}/b/__pycache__/ -%{python3_sitelib}/jaraco.functools-%{version}-py%{python3_version}.egg-info/ -%{python3_sitelib}/jaraco/ +%files -n python3-jaraco-functools -f filelist.lst +%dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog +* Mon Feb 27 2023 yaoxin - 3.5.2-3 +- Fix installation conflicts between python3-jaraco-functools and python3-tempora + * Fri Feb 24 2023 yaoxin - 3.5.2-2 - Fix installation conflicts between python3-jaraco-functools and python3-importlib-metadata