CI: Install EPEL 10

- rpmlint will be fetched from EPEL 10
This commit is contained in:
Miro Hrončok 2024-11-11 17:42:53 +01:00
parent 7dfa80f07e
commit 7862c9afeb

View File

@ -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