From f3edeae2b26809f7df52f1ce9c788f6412280281 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Wed, 4 Dec 2024 11:33:29 +0100 Subject: [PATCH 1/2] Remove outdated EPEL 9 workaround MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sync of downstream change: https://src.fedoraproject.org/rpms/python-ogr/pull-request/688 Signed-off-by: Nikola Forró --- fedora/python-ogr.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fedora/python-ogr.spec b/fedora/python-ogr.spec index 349a4477..0fb4a906 100644 --- a/fedora/python-ogr.spec +++ b/fedora/python-ogr.spec @@ -26,8 +26,7 @@ One Git library to Rule! %generate_buildrequires -# The -w flag is required for EPEL 9's older hatchling -%pyproject_buildrequires %{?el9:-w} +%pyproject_buildrequires %build From 9e8acb1d6ce37992da1b5a194887ce81a1327729 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Wed, 4 Dec 2024 21:21:54 +0100 Subject: [PATCH 2/2] Fix packit-integration test plan MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nikola Forró --- plans/packit-integration.fmf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plans/packit-integration.fmf b/plans/packit-integration.fmf index 7ff1af8d..3eddc786 100644 --- a/plans/packit-integration.fmf +++ b/plans/packit-integration.fmf @@ -21,7 +21,7 @@ adjust: - when: "distro == rhel-9 or distro == centos-9 or distro == centos-stream-9" because: "build and deepdiff are not in EPEL 9" - prepare: + prepare+: - how: install package: python3-pip - how: shell