From e522c378a1f9dce1e1ac22e4bbb59698c50dd574 Mon Sep 17 00:00:00 2001 From: Marina Latini Date: Thu, 23 Jan 2025 20:49:12 +0100 Subject: [PATCH] Update the default pull tag to 5.1.0-alpha2 --- push.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/push.sh b/push.sh index 14d81d04..e0817166 100644 --- a/push.sh +++ b/push.sh @@ -1,6 +1,6 @@ #!/usr/bin/bash -# SPDX-FileCopyrightText: 2024 SUSE LLC +# SPDX-FileCopyrightText: 2025 SUSE LLC # # SPDX-License-Identifier: Apache-2.0 @@ -24,7 +24,7 @@ if [ "${OSCAPI}" == "https://api.suse.de" ]; then esac # Define the default tag to use - sed 's/^tag=%{!?_default_tag:latest}/tag=5.1.0-alpha1/' -i ${SRPM_PKG_DIR}/uyuni-tools.spec + sed 's/^tag=%{!?_default_tag:latest}/tag=5.1.0-alpha2/' -i ${SRPM_PKG_DIR}/uyuni-tools.spec sed "s/namespace='%{_default_namespace}'/namespace='%{_default_namespace}\/%{_arch}'/" -i ${SRPM_PKG_DIR}/uyuni-tools.spec