This is just a temporary solution in the short term until we can get #75 resolved.
This is an update of #91.
This needs to be a little more focused (even though it is a workaround).
You might have 'foo' in the blacklist, but you might have a koji build for foobar-1.2.3.
foobar-1.2.3
A slightly better way to get this is with:
item['item'].rsplit('-', 2)[0] == package
:+1: from me, pending the one comment above.
I couldn't agree more, thanks.
rebased onto f00076f9b159d42d3554ed41bfa65cb9a1b858bc
Rebased to address feedback.
:+1:, let's merge and get this out of the queue, @mjia.
Pull-Request has been merged by mjia
This is just a temporary solution in the short term until we can get #75 resolved.