From 0209a55d24226b1611a2e8ae4572b78e1d336cf3 Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Mon, 9 Dec 2024 16:14:57 +0100 Subject: [PATCH] contrib/copr: update the URL for nm-git-bundle The old bundle is no longer available, use the latest one. https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/2086 --- contrib/scripts/nm-copr-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/scripts/nm-copr-build.sh b/contrib/scripts/nm-copr-build.sh index 94c804fb9d..93dcc08388 100755 --- a/contrib/scripts/nm-copr-build.sh +++ b/contrib/scripts/nm-copr-build.sh @@ -70,7 +70,7 @@ get_nm_git_bundle() { if [ -n "${NM_GIT_BUNDLE+x}" ]; then return 0 fi - NM_GIT_BUNDLE='https://download.copr.fedorainfracloud.org/results/networkmanager/NetworkManager-main/fedora-38-x86_64/06008259-nm-git-bundle/nm-git-bundle-20230606-102458.noarch.rpm' + NM_GIT_BUNDLE='https://download.copr.fedorainfracloud.org/results/networkmanager/NetworkManager-main/fedora-41-x86_64/08367599-nm-git-bundle/nm-git-bundle-20241209-150540.noarch.rpm' fi mkdir nm-git-bundle pushd nm-git-bundle