From 93e28a09a1276caca2fc009888d0f7917d47e4bf Mon Sep 17 00:00:00 2001 From: sboldyreva Date: Fri, 25 Aug 2023 20:56:57 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'SPECS/python-carbon.spec'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SPECS/python-carbon.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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)