diff --git a/contrib/packit-tmt/update-deps.sh b/contrib/packit-tmt/update-deps.sh index 50fa90b832..be1b258bb3 100644 --- a/contrib/packit-tmt/update-deps.sh +++ b/contrib/packit-tmt/update-deps.sh @@ -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*