[packages/helm] Indenting cosmetic
glen
glen at pld-linux.org
Fri Mar 4 23:27:30 CET 2022
commit dda87b855cc277363570075ede2766c49e4ab32f
Author: Elan Ruusamäe <glen at pld-linux.org>
Date: Sat Mar 5 00:27:18 2022 +0200
Indenting cosmetic
helm.spec | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/helm.spec b/helm.spec
index afc83b9..6049dd3 100644
--- a/helm.spec
+++ b/helm.spec
@@ -69,9 +69,11 @@ ZSH completion for helm command line.
%{__mv} %{name}-%{vendor_version}/vendor .
%build
-ldflags="-X helm.sh/helm/v3/internal/version.version=%{version} \
+ldflags="\
+ -X helm.sh/helm/v3/internal/version.version=%{version} \
-X helm.sh/helm/v3/internal/version.metadata= \
- -X helm.sh/helm/v3/internal/version.gitCommit="
+ -X helm.sh/helm/v3/internal/version.gitCommit= \
+"
%__go build -v -mod=vendor -ldflags="$ldflags" -o target/helm ./cmd/helm
%install
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/helm.git/commitdiff/dda87b855cc277363570075ede2766c49e4ab32f
More information about the pld-cvs-commit
mailing list