We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd5f321 commit 1f09029Copy full SHA for 1f09029
2 files changed
.gitignore
@@ -0,0 +1,2 @@
1
+vendor
2
+sslcli
common/sslcli.spec
@@ -78,7 +78,9 @@ Pretty awesome command-line client for public SSLLabs API.
78
79
%build
80
export GOPATH=$(pwd)
81
-go build src/github.com/essentialkaos/sslcli/%{name}.go
+pushd src/github.com/essentialkaos/%{name}
82
+ go build -mod vendor -o $GOPATH/%{name} %{name}.go
83
+popd
84
85
%install
86
rm -rf %{buildroot}
@@ -132,7 +134,7 @@ fi
132
134
################################################################################
133
135
136
%changelog
-* Tue Mar 29 2022 Anton Novojilov <andy@essentialkaos.com> - 2,7,1-0
137
+* Tue Mar 29 2022 Anton Novojilov <andy@essentialkaos.com> - 2.7.1-0
138
- Removed pkg.re usage
139
- Added module info
140
- Added Dependabot configuration
0 commit comments