summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2026-03-20 09:54:48 +0000
committerCoprDistGit <infra@openeuler.org>2026-03-20 09:54:48 +0000
commitf18ff635821f7fcd0462cfa7b73ffa609c527c22 (patch)
tree6456b9539f0f8d80710f98dfc0b6e8462261cd36
parent6b9d7d8c7b7f07d6630898a4f509825bdc90d022 (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 5f975e7..3f25f5c 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 -k /tmp/go.tar.gz https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
+curl -k -L -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