We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 455e168 commit 292d9e1Copy full SHA for 292d9e1
hack/build.sh
@@ -3,7 +3,7 @@ set -xeu
3
. /usr/lib/os-release
4
case $ID in
5
centos|rhel) dnf config-manager --set-enabled crb;;
6
- fedora) dnf -y install dnf-utils ;;
+ fedora) dnf -y install dnf-utils 'dnf5-command(builddep)';;
7
esac
8
dnf -y builddep ./contrib/packaging/bootc.spec
9
# Extra dependencies
0 commit comments