From 7862c9afeb9435328d2f701bb64f6a565c5812f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 11 Nov 2024 17:42:53 +0100 Subject: [PATCH] CI: Install EPEL 10 - rpmlint will be fetched from EPEL 10 --- tests/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/tests.yml b/tests/tests.yml index d81724e..2b733e7 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -29,6 +29,7 @@ dir: . run: rpmlint ~/rpmbuild/RPMS/x86_64/pythontest-0-0.clamp1.x86_64.rpm | grep python-bytecode-inconsistent-mtime || exit 0 && exit 1 required_packages: + - 'https://dl.fedoraproject.org/pub/epel/epel-release-latest-10.noarch.rpm' - rpm-build - rpmlint - python-rpm-macros