I'm using the delightfully–named Effing Package Manager (FPM) to build RPMs and DEBs for a project.
After publishing the generated RPM with createrepo, I noted the following lines in the generated repo UUID-primary.xml.gz:
<location href="package-built-with-fpm.rpm"/>
<format>
[..]
<rpm:vendor>me@machine-that-built-this</rpm:vendor>
<rpm:buildhost>machine-that-built-this</rpm:buildhost>
[..]
Short of changing my hostname and user, is there a way to define these with FPM?
I've got plenty of experience building and running DEB repos, this is my first attempt at RPMs.