mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-16 20:57:53 +00:00
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:
parent
f19c577355
commit
4100b59562
1 changed files with 1 additions and 1 deletions
|
|
@ -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*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue