Skip to content

Commit 292d9e1

Browse files
committed
build: Handle dnf5 in Fedora
Signed-off-by: Colin Walters <[email protected]>
1 parent 455e168 commit 292d9e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -xeu
33
. /usr/lib/os-release
44
case $ID in
55
centos|rhel) dnf config-manager --set-enabled crb;;
6-
fedora) dnf -y install dnf-utils ;;
6+
fedora) dnf -y install dnf-utils 'dnf5-command(builddep)';;
77
esac
88
dnf -y builddep ./contrib/packaging/bootc.spec
99
# Extra dependencies

0 commit comments

Comments
 (0)