We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 469076d commit a4e4b21Copy full SHA for a4e4b21
1 file changed
.github/workflows/build.yml
@@ -366,7 +366,7 @@ jobs:
366
strip: false
367
368
fedora:
369
- name: Package for fedora
+ name: Fedora
370
runs-on: ubuntu-latest
371
container: fedora:latest
372
permissions:
@@ -378,6 +378,5 @@ jobs:
378
persist-credentials: false
379
- name: Build Fedora RPM with mock
380
run: |
381
- dnf -y install git uv python3 python-setuptools rust cargo
382
- uvx --system-certs --from https://codeberg.org/rust2rpm/rust2rpm.git rust2rpm --config ./packaging/fedora/rust2rpm.toml nom-kconfig
383
-
+ dnf -y install git uv rpmlint
+ rpmlint --strict packaging/fedora/rust-nom-kconfig.spec
0 commit comments