From 295b33129658bd4972dda2410fe551937afc9292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 6 May 2022 12:02:36 +0000 Subject: [PATCH] CI: Enable hatchling test for Fedora 35 and EPEL 9 https://bodhi.fedoraproject.org/updates/FEDORA-2022-c0d0bd9fa8 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-b15c2993fe Related: rhbz#2117571 --- tests/python-userpath.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/python-userpath.spec b/tests/python-userpath.spec index 8b9c071..d8d0f84 100644 --- a/tests/python-userpath.spec +++ b/tests/python-userpath.spec @@ -27,8 +27,8 @@ Summary: %{summary} ... -%if 0%{?fedora} > 35 -# On Fedora 35 or EPEL, we don't have hatchling yet, so this entire spec file builds nothing +%if 0%{?fedora} > 34 || 0%{?rhel} +# On Fedora 34, we don't have hatchling, so this entire spec file builds nothing %prep %autosetup -p1 -n userpath-%{version}