Skip to content

Commit

Permalink
Fix builddep in azure pipeline
Browse files Browse the repository at this point in the history
Fedora 41 moved to dnf5 and the builddep command do not support the
parameter `--spec` but it becomes a positional parameter so it is removed.
  • Loading branch information
fmarco76 committed Nov 5, 2024
1 parent aa99ce6 commit e28470a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
docker cp /tmp/RPMS/. runner:RPMS
docker exec runner bash -c "dnf install -y RPMS/*"
docker exec runner dnf builddep -y --spec /root/src/pki.spec
docker exec runner dnf builddep -y /root/src/pki.spec
displayName: Install PKI dependencies
- script: |
Expand Down

0 comments on commit e28470a

Please sign in to comment.