From dbe0eb9497082da688074e68096b6fe92ed908d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 6 May 2022 14:02:36 +0200 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 --- 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}