Explicitly pass rpmlint config when calling it

New version of rpmlint stopped picking the config automatically.

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
Tomáš Hozza 2024-05-28 17:41:29 +02:00 committed by Achilleas Koutsou
parent 71b9c0ad65
commit 8f36b6f26e

View file

@ -263,7 +263,7 @@ jobs:
make srpm
- name: Run rpmlint
run: rpmlint rpmbuild/SRPMS/*
run: rpmlint --config rpmlint.config rpmbuild/SRPMS/*
gitlab-ci-helper:
name: "Gitlab CI trigger helper"