Skip to content

Commit 8810375

Browse files
committed
Improve spec
1 parent 7464cf9 commit 8810375

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

common/jira-reindex-runner.spec

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ Application for periodical running Jira re-index process.
3737
%{crc_check}
3838

3939
%setup -q
40-
41-
%build
4240
if [[ ! -d "%{name}/vendor" ]] ; then
4341
echo -e "----\nThis package requires vendored dependencies\n----"
4442
exit 1
@@ -47,6 +45,7 @@ elif [[ -f "%{name}/%{name}" ]] ; then
4745
exit 1
4846
fi
4947

48+
%build
5049
pushd %{name}
5150
go build %{name}.go
5251
cp LICENSE ..

0 commit comments

Comments
 (0)