Is there a way to rename the (rpm) package name cr...
# fleet
t
Is there a way to rename the (rpm) package name created by fleetctl? I can do it after the fact, but I would like to name it to show that it is a locally generated package before I put it into our repo.
One should also set license, group, and vendor for the RPM file, otherwise some tools (rpmbuild/rpmrebuild, at least on RHEL9) will refuse to work on the package.
z
There's not a way to rename the package directly with
fleetctl
. You could build your own
fleetctl
binary if you really need that, or continue with the after-the-fact solution. I added vendor and license in https://github.com/fleetdm/fleet/pull/8763/files. I don't think our package building tool supports group. Hope it helps!