fix rpmlint

This commit is contained in:
Sergey Zhemoytel 2025-01-15 17:37:17 +03:00
parent 6b1d6f3a5e
commit 8461b54834

View file

@ -88,7 +88,7 @@ runs:
- name: RPM linter
run: |
source .env
rpmlint ${SPECFILE}
rpmlint --file /home/builder/rpmbuild/SOURCES/${{ github.event.repository.name }}.rpmlintrc ${SPECFILE}
- name: Install dependies
run: |