tmt: Allow vendor changes for podman-next COPR

Fedora 45 onwards disables vendor changes by default. This enables
vendor changes to support the podman-next COPR repository.

Ref: https://fedoraproject.org/wiki/Changes/DisableVendorChangeByDefault

Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
This commit is contained in:
Lokesh Mandvekar 2026-08-21 09:23:27 -04:00
parent f19c577355
commit 4100b59562
No known key found for this signature in database
GPG key ID: 1C1EDD7CC7C3A0DD

View file

@ -9,4 +9,4 @@ fi
# This should work even when podman-next isn't installed. It'll fetch the
# highest versions available across all repos.
dnf -y upgrade --allowerasing "${DISABLE_REPO[@]}" --exclude=podman*
dnf -y upgrade --allowerasing --setopt=allow_vendor_change=1 "${DISABLE_REPO[@]}" --exclude=podman*