diff --git a/action.yml b/action.yml index ac1daf7..eedaca9 100644 --- a/action.yml +++ b/action.yml @@ -109,7 +109,9 @@ runs: - name: RPM linter run: | source .env - rpmlint --file /home/builder/rpmbuild/SOURCES/${{ github.event.repository.name }}.rpmlintrc ${SPECFILE} + rpmlint --file /home/builder/rpmbuild/SOURCES/${{ github.event.repository.name }}.rpmlintrc \ + --file /home/builder/rpmbuild/SOURCES/$(basename ${SPECFILE} .spec).rpmlintrc \ + ${SPECFILE} - name: Install dependencies run: |