On 03/08/2011 12:25 PM, Michael Cronenworth wrote: > How does one override the "Build Host" string found in an RPM package > when using Koji to build the RPM? Currently, koji is storing the > hostname, not the FQDN, and I'd like to make it the FQDN.
Someone recently submitted a patch to mock for something like this: https://fedorahosted.org/mock/ticket/14 Assuming this patch works (haven't tested it), you could apply it to your mock. Koji doesn't place a hostname option in the mock configs it writes, but you could add one in site-defaults.cfg on the builder. OTOH, this might be overkill. I suspect you just need to fix your system so that uname -n reports the fqdn. On most of my systems it does. -- buildsys mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/buildsys
