spec: don't ship devel tools
Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
parent
d55abdfd75
commit
04012641ba
1 changed files with 2 additions and 3 deletions
|
|
@ -41,9 +41,8 @@ Provides: osbuild-composer
|
|||
%goprep
|
||||
|
||||
%build
|
||||
for cmd in cmd/* ; do
|
||||
%gobuild -o _bin/$(basename $cmd) %{goipath}/$cmd
|
||||
done
|
||||
%gobuild -o _bin/osbuild-composer %{goipath}/osbuild-composer
|
||||
%gobuild -o _bin/osbuild-worker %{goipath}/osbuild-worker
|
||||
|
||||
%install
|
||||
install -m 0755 -vd %{buildroot}%{_libexecdir}/osbuild-composer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue