https://bugzilla.redhat.com/show_bug.cgi?id=2437659
--- Comment #4 from Ben Beasley <[email protected]> --- This looks very close overall, but the following doesn’t seem correct. # * relax image dependency from ^0.25.6 to >=0.25.6,<0.27.0 -version = "0.25.6" +version = ">=0.25.6,<=0.27.0" "0.25.6" allows versions at least 0.25.6 but less than 0.26.0. We have image 0.25.9, which is the latest upstream release, so this should be fine. It shouldn’t have been necessary to patch this version specification, and allowing 0.26.x versions (which don’t exist yet) isn’t strictly correct, because they might *not* be compatible. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component https://bugzilla.redhat.com/show_bug.cgi?id=2437659 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202437659%23c4 -- _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
