Fix rpmlint package name

This commit is contained in:
Alain Schlesser 2022-01-26 16:00:49 -06:00
parent 1ac58cfbb5
commit b58c54f429
No known key found for this signature in database
GPG key ID: 832A67716C7B07AD

View file

@ -275,7 +275,7 @@ jobs:
- name: Install RPM build tooling
run: |
sudo apt-get update
sudo apt-get install rpm rpm-lint -y
sudo apt-get install rpm rpmlint -y

- name: Download RPM build configuration
run: |