Skip to content

Commit 3a5430a

Browse files
authored
Merge pull request #807 from uyuni-project/mlm52-gm
change default tag to 5.2.0
2 parents 072069d + 11f48a5 commit 3a5430a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if [ "${PRODUCT}" == "MLM" ]; then
2727
esac
2828

2929
# Define the default tag to use
30-
sed 's/^tag=%{!?_default_tag:latest}/tag=5.2.0-rc/' -i ${SRPM_PKG_DIR}/uyuni-tools.spec
30+
sed 's/^tag=%{!?_default_tag:latest}/tag=5.2.0/' -i ${SRPM_PKG_DIR}/uyuni-tools.spec
3131

3232
sed "s/namespace='%{_default_namespace}'/namespace='%{_default_namespace}\/%{_arch}'/" -i ${SRPM_PKG_DIR}/uyuni-tools.spec
3333

0 commit comments

Comments
 (0)