diff --git a/SPECS/python-carbon.spec b/SPECS/python-carbon.spec index 333dc8d..6dfca3b 100644 --- a/SPECS/python-carbon.spec +++ b/SPECS/python-carbon.spec @@ -235,10 +235,10 @@ getent passwd carbon >/dev/null || \ * Fri Aug 25 2023 Sofia Boldyreva - 1.1.10-5 - Added to BuildRequires: python3-cachetools, python3-twisted, python3-urllib3 to be able to build on AlmaLinux -- Replaced %pyproject_wheel with %py3_build in %build to be able to build on AlmaLinux -- Replaced %pyproject_install, %pyproject_save_files %{srcname} twisted with py3_install lines -- Removed -f %{pyproject_files} in %files to be able to build on AlmaLinux -- Added %{python3_sitelib}/carbon, %{python3_sitelib}/carbon-*-py%{python3_version}.egg-info, %{python3_sitelib}/twisted/plugins/* in %files to be able to build on AlmaLinux +- Replaced pyproject_wheel with py3_build in build to be able to build on AlmaLinux +- Replaced pyproject_install, pyproject_save_files twisted with py3_install lines +- Removed -f {pyproject_files} in files to be able to build on AlmaLinux +- Added {python3_sitelib}/carbon, {python3_sitelib}/carbon-*-py{python3_version}.egg-info, {python3_sitelib}/twisted/plugins/* in files to be able to build on AlmaLinux * Fri Aug 04 2023 Jonathan Steffan - 1.1.10-5 - Patch for Python 3.12 (RHBZ#2226168)