deploy: add a workaround for a dnf bug on F34

This commit is contained in:
Ondřej Budai 2021-07-23 14:31:54 +02:00 committed by Christian Kellner
parent 3e69cea6fd
commit 3f54467fd4

View file

@ -83,6 +83,11 @@ gpgcheck=0
priority=5
EOF
# see https://bugzilla.redhat.com/show_bug.cgi?id=1985321
if [[ $ID == fedora && $VERSION_ID == 34 ]]; then
retry sudo dnf -y upgrade selinux-policy
fi
# Installing koji-osbuild-tests package
retry sudo dnf -y install koji-osbuild-tests