deploy.sh: drop Fedora 34 specific workaround
This commit is contained in:
parent
85d7120d9f
commit
0a026a6573
1 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue