summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2026-03-20 09:45:31 +0000
committerCoprDistGit <infra@openeuler.org>2026-03-20 09:45:31 +0000
commit3186649f41a9688e2bbd62b9a83a8ed0ac07f0ea (patch)
tree5a885c179e70f8d6fe6a46928c662203ed6577fa
parentf266752373f3cbcb8843f36616ead52367cd14ee (diff)
automatic import of google-guest-agent
-rw-r--r--google-guest-agent.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/google-guest-agent.spec b/google-guest-agent.spec
index ddef508..77185ca 100644
--- a/google-guest-agent.spec
+++ b/google-guest-agent.spec
@@ -52,7 +52,7 @@ Obsoletes: python-google-compute-engine, python3-google-compute-engine
Contains the Google guest agent binary.
%prep
-curl -L -o /tmp/go.tar.gz https://go.dev/dl/go1.25.0.linux-amd64.tar.gz
+curl -sSL -o /tmp/go.tar.gz https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
rm -rf /usr/local/go
tar -C /usr/local -xzf /tmp/go.tar.gz
rm -f /tmp/go.tar.gz