From f0e1e59f1d7eb97192c6194e2da6e1ff3c550e18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 11 Nov 2024 17:43:46 +0100 Subject: [PATCH] CI: Temporarily install rpmlint from c10s Koji rpmlint was removed from c10s, but it is still downloadable from c10s Koji. python3-zstandard is a dependency of rpmlint, same situation. Long-term, we hope rpmlint will be available in EPEL 10: https://bugzilla.redhat.com/2319854 --- tests/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/tests.yml b/tests/tests.yml index 2b733e7..c07c657 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -31,7 +31,8 @@ required_packages: - 'https://dl.fedoraproject.org/pub/epel/epel-release-latest-10.noarch.rpm' - rpm-build - - rpmlint + - 'https://kojihub.stream.centos.org/kojifiles/vol/koji02/packages/python-zstandard/0.22.0/4.el10/x86_64/python3-zstandard-0.22.0-4.el10.x86_64.rpm' + - 'https://kojihub.stream.centos.org/kojifiles/vol/koji02/packages/rpmlint/2.5.0/6.el10/noarch/rpmlint-2.5.0-6.el10.noarch.rpm' - python-rpm-macros - python3-rpm-macros - python3-devel