deploy.sh: drop Fedora 34 specific workaround

This commit is contained in:
Tomas Hozza 2022-08-05 16:16:59 +02:00 committed by Jakub Rusz
parent 85d7120d9f
commit 0a026a6573

View file

@ -86,10 +86,5 @@ 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