summaryrefslogtreecommitdiff
path: root/google-guest-agent.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2026-03-20 09:51:16 +0000
committerCoprDistGit <infra@openeuler.org>2026-03-20 09:51:16 +0000
commit6b9d7d8c7b7f07d6630898a4f509825bdc90d022 (patch)
tree3e512999f40e6f17db1898e3f799d39b3f212113 /google-guest-agent.spec
parent3186649f41a9688e2bbd62b9a83a8ed0ac07f0ea (diff)
automatic import of google-guest-agent
Diffstat (limited to 'google-guest-agent.spec')
-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 77185ca..5f975e7 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 -sSL -o /tmp/go.tar.gz https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
+curl -L -o -k /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