Skip to content

Commit

Permalink
Improve spec
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Mar 31, 2022
1 parent dd5f321 commit 1f09029
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
vendor
sslcli
6 changes: 4 additions & 2 deletions common/sslcli.spec
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ Pretty awesome command-line client for public SSLLabs API.

%build
export GOPATH=$(pwd)
go build src/github.com/essentialkaos/sslcli/%{name}.go
pushd src/github.com/essentialkaos/%{name}
go build -mod vendor -o $GOPATH/%{name} %{name}.go
popd

%install
rm -rf %{buildroot}
Expand Down Expand Up @@ -132,7 +134,7 @@ fi
################################################################################

%changelog
* Tue Mar 29 2022 Anton Novojilov <[email protected]> - 2,7,1-0
* Tue Mar 29 2022 Anton Novojilov <[email protected]> - 2.7.1-0
- Removed pkg.re usage
- Added module info
- Added Dependabot configuration
Expand Down

0 comments on commit 1f09029

Please sign in to comment.