From 76dc49fd1e2564d611175f3d3ad2c83cf43c2ab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 17 Mar 2022 13:43:44 +0100 Subject: [PATCH] CI: Enable EPEL Next The ansible thing that installs packages does that one by one. Hence, the assumption is that by installing epel-next-release first, mock should be available next. Resolves: rhbz#2065590 --- tests/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/tests.yml b/tests/tests.yml index a905377..571b4fb 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -89,6 +89,7 @@ dir: . run: rpmbuild -ba escape_percentages.spec required_packages: + - epel-next-release - mock - rpmdevtools - rpm-build