On 10/25/2016 01:48 AM, Adam Williamson wrote:
> On Sat, 2016-10-22 at 22:08 -0600, William Moreno wrote:
>> By default koji will not let build a package of there is a previus buid
>> with the same NVR in the same branch, you can build many times the same NVR
>> in diferent  branches, (fedpkg switch-branch)
> 
> Well, no, because it won't be the same release...that's the 'R' part of
> NEVR. The .fc26 / .fc25 / .fc24 you get in almost any Fedora package -
> it's the value of %{dist} - is part of the release.
> 
> I don't know what happens if you take the %{dist} out of your spec file
> and try to build it for two different build targets, but...don't do
> that. :)
> 

Having done that accidentally last week, I can tell you that the first one will
succeed and the second one will fail when it tries to tag the build at the end,
because the tag is based on NEVR. So the compilation phase will succeed, but the
Koji build as a whole will fail.

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Reply via email to