https://bugzilla.redhat.com/show_bug.cgi?id=2416695
--- Comment #7 from Fabio Valentini <[email protected]> --- > I don't know why I had that patch in the previous one, but it's gone now. Well, you replaced it with this: > # Relax dependency for claims crate > tomcli set Cargo.toml str dev-dependencies.claims ">=0.7.1,0.9.0" Which breaks builds of the package, because it has a typo (should be ">=0.7.1,<0.9.0" - note the "<"). That said, changes to Cargo.toml MUST be made with "rust2rpm -p", otherwise the package might be broken. The contents of Cargo.toml affect the generated spec file, so the final Cargo.toml contents must be known *before* generating the .spec file (which is only the case when using "rust2rpm -p"). -- 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=2416695 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202416695%23c7 -- _______________________________________________ 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://pagure.io/fedora-infrastructure/new_issue
