We need to change Vendor tag, so it is clear that package comes from Copr. See https://fedorahosted.org/fesco/ticket/1218#comment:19 for background. I will do some testing and will report here what I would like to implement. Suggestion from FESCO meeting: [19:46] <notting> t8m: +1, default to "COPR: <account name>"? [19:47] <mattdm> proposal "Vendor: Fedora Project COPRs / coprname" [19:47] <sgallagh> mattdm: Vendor: Fedora Project COPR <coprname>
Created attachment 853051 [details] Proposed patch against master branch, but blocks by RHBZ #1028438 We have 2 way: * -> Copy original mock config -> Parse it and add config_opts['macros']['%vendor'] = 'Fedora Project COPR <coprname>' For sure escaping vendor and auto-gen coprname * -> Implement Feature to mockchain () -> Add to cmdline backend/mockremote.py:327 -D "Vendor Fedora Project COPR <coprname>" Second way preferred for me. Miroslav, what do you think about first way ?
Created attachment 853053 [details] [PATCH v2] proposed, but blocks by RHBZ #1028438 Oops. That patch wrong
Created attachment 853250 [details] [PATCH] another way. add tag, when modify buildroot This is another way ;)
I choosed different approach Igor :) Commited as 3888ac9. Vendor of packages in Copr will be: "Fedora Project COPR (%s/%s)" % (job.user_name, job.copr_name)
Or so. ;)