This commit is contained in:
Your Name 2025-02-15 13:37:18 +00:00
parent 289d8f0cfc
commit 2103312b07
2 changed files with 4 additions and 3 deletions

View file

@ -1,2 +1,2 @@
sources: sources:
compose-cli-1.0.10.tar.gz: c81ddc66d5fa0f0a4aae0b4d157c0d8bab876559 compose-cli-1.0.35.tar.gz: a3d6d04b0f9aa44fcf9aac351d43573416511c3d

View file

@ -2,7 +2,7 @@
%define debug_package %nil %define debug_package %nil
Name: compose-cli Name: compose-cli
Version: 1.0.10 Version: 1.0.35
Release: 1 Release: 1
Summary: Docker compose cli on GO Summary: Docker compose cli on GO
URL: https://github.com/docker/compose-cli URL: https://github.com/docker/compose-cli
@ -25,9 +25,10 @@ commands you already know.
%setup -q %setup -q
%build %build
export GOPROXY=https://proxy.golang.org,direct
%make -f builder.Makefile BINARY=bin/%{name} %make -f builder.Makefile BINARY=bin/%{name}
upx bin/%{name} #upx bin/%{name}
%install %install
install -Dm0755 bin/%{name} %{buildroot}%{_bindir}/%{name} install -Dm0755 bin/%{name} %{buildroot}%{_bindir}/%{name}