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
|
%goprep
|
||||||
|
|
||||||
%build
|
%build
|
||||||
for cmd in cmd/* ; do
|
%gobuild -o _bin/osbuild-composer %{goipath}/osbuild-composer
|
||||||
%gobuild -o _bin/$(basename $cmd) %{goipath}/$cmd
|
%gobuild -o _bin/osbuild-worker %{goipath}/osbuild-worker
|
||||||
done
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
install -m 0755 -vd %{buildroot}%{_libexecdir}/osbuild-composer
|
install -m 0755 -vd %{buildroot}%{_libexecdir}/osbuild-composer
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue