Skip to content

Commit

Permalink
vagrant(rawhide): disable the openh264 repo
Browse files Browse the repository at this point in the history
Since it has broken signatures on current Rawhide.

See: https://pagure.io/releng/issue/12275
  • Loading branch information
mrc0mmand committed Oct 11, 2024
1 parent 86846d5 commit e591295
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vagrant/boxes/rawhide_selinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ if ! dnf -y update fedora-repos fedora-gpg-keys; then
update fedora-repos fedora-gpg-keys
fi

# FIXME: disable the openh264 repo, since it has broken signatures on current Rawhide
# See: https://pagure.io/releng/issue/12275
dnf config-manager setopt fedora-cisco-openh264.enabled=0

# Upgrade the system
dnf upgrade -y

Expand Down

0 comments on commit e591295

Please sign in to comment.