On Fri, Dec 20, 2024 at 2:14 PM Antoine Tenart atenart@redhat.com wrote:
Quoting Fabio Valentini via Rust (2024-12-20 12:30:06)
On Fri, Dec 20, 2024 at 11:11 AM Antoine Tenart via Rust rust@lists.fedoraproject.org wrote:
Quoting Antoine Tenart (2024-07-10 16:45:00)
However we would need two existing packages to be updated[1]:
- rust-bindgen to 0.70
- rust-libbpf-sys to 1.5
What the best way to tackle this: requesting this here? making a PR (not sure how but I can look this up)?
Not everybody reads this mailing list - it's often better to comment on the bugs for those missing updates and / or mark them as blocking for what you're working on.
So adding issues on bz right? That I can do :)
They already exist:
- https://bugzilla.redhat.com/show_bug.cgi?id=2305397 - https://bugzilla.redhat.com/show_bug.cgi?id=2260404
All outstanding version updates for Rust crates in Fedora should have an associated ticket in bugzilla.
In this case, unless Retis needs features that were added in bindgen v0.70, I think it should work to just relax the dependency to ">=0.69,<0.71" for now.
That would work. Is that acceptable to patch the project as part of the rpm building steps or should this be upstreamed? I would prefer the former as this is a distribution limitation, but checking.
Sure, this is fine as a downstream-only change.
Fabio