From 2103312b07cb2eb08b22235b12d334cb56c8ad9b Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 15 Feb 2025 13:37:18 +0000 Subject: [PATCH] 1.0.35 --- .abf.yml | 2 +- compose-cli.spec | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.abf.yml b/.abf.yml index b598a4d..7a94727 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - compose-cli-1.0.10.tar.gz: c81ddc66d5fa0f0a4aae0b4d157c0d8bab876559 + compose-cli-1.0.35.tar.gz: a3d6d04b0f9aa44fcf9aac351d43573416511c3d diff --git a/compose-cli.spec b/compose-cli.spec index 0aa6f52..affdacb 100644 --- a/compose-cli.spec +++ b/compose-cli.spec @@ -2,7 +2,7 @@ %define debug_package %nil Name: compose-cli -Version: 1.0.10 +Version: 1.0.35 Release: 1 Summary: Docker compose cli on GO URL: https://github.com/docker/compose-cli @@ -25,9 +25,10 @@ commands you already know. %setup -q %build +export GOPROXY=https://proxy.golang.org,direct %make -f builder.Makefile BINARY=bin/%{name} -upx bin/%{name} +#upx bin/%{name} %install install -Dm0755 bin/%{name} %{buildroot}%{_bindir}/%{name}