We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d45e77 commit 42cfa99Copy full SHA for 42cfa99
1 file changed
common/sslcli.spec
@@ -1,9 +1,5 @@
1
################################################################################
2
3
-# rpmbuilder:relative-pack true
4
-
5
-################################################################################
6
7
%global crc_check pushd ../SOURCES ; sha512sum -c %{SOURCE100} ; popd
8
9
@@ -77,6 +73,11 @@ Pretty awesome command-line client for public SSLLabs API.
77
73
%setup -q
78
74
79
75
%build
76
+if [[ ! -d "%{name}/vendor" ]] ; then
+ echo "This package requires vendored dependencies"
+ exit 1
+fi
80
+
81
pushd %{name}
82
go build %{name}.go
83
cp LICENSE ..
0 commit comments