deploy: add a workaround for a dnf bug on F34
This commit is contained in:
parent
3e69cea6fd
commit
3f54467fd4
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue