Skip to content

Commit a4e4b21

Browse files
committed
ok
1 parent 469076d commit a4e4b21

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ jobs:
366366
strip: false
367367

368368
fedora:
369-
name: Package for fedora
369+
name: Fedora
370370
runs-on: ubuntu-latest
371371
container: fedora:latest
372372
permissions:
@@ -378,6 +378,5 @@ jobs:
378378
persist-credentials: false
379379
- name: Build Fedora RPM with mock
380380
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-
381+
dnf -y install git uv rpmlint
382+
rpmlint --strict packaging/fedora/rust-nom-kconfig.spec

0 commit comments

Comments
 (0)