https://bugzilla.redhat.com/show_bug.cgi?id=2378912
--- Comment #11 from Mikel Olasagasti Uranga mikel@olasagasti.info ---
Corrected. It used to be called jfrog-cli and I kept the name for no good reason.
You can create a soft-link if you want to have both names. `node-exporter` does that for example to keep old name.
How? I get an error if I add this to the %build section: for cmd in completion/shells; do %gobuild -o %{gobuilddir}/bin/$(basename $cmd) %{goipath}/$cmd done
... github.com/jfrog/jfrog-cli/completion/shells: build constraints exclude all Go files in /builddir/build/BUILD/jfrog-cli-2.78.3-build/jfrog-cli-2.78.3/completion/shells
Can you try the way `doctl` spec does?
in %build:
%{gobuilddir}/bin/jf completion bash > jf.bash %{gobuilddir}/bin/jf completion fish > jf.fish %{gobuilddir}/bin/jf completion zsh > jf.zsh
https://src.fedoraproject.org/rpms/doctl/blob/rawhide/f/doctl.spec#_51