On Fri, Dec 20, 2024 at 11:11 AM Antoine Tenart via Rust rust@lists.fedoraproject.org wrote:
Hello,
Quoting Antoine Tenart (2024-07-10 16:45:00)
Reviving that thread to give you a small update, thanks to your recommendations and some modifications in our project we were finally able to start the official review process in https://bugzilla.redhat.com/show_bug.cgi?id=2295792.
Things took some time (multiple levels of new deps) but it looks like we can finally start the last step: packaging Retis!
Great!
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.
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.
For libbpf-sys, I would ask Michel Lind (salimma) - he's been handling the recent updates, and they've always been a bit tricky.
Also it looks like rust-bindgen is now at 0.71 upstream. Retis can be fixed to use this one if that's easier.o
I don't think that's necessary. But you could relax the dependency to ">=0.69,<0.72" (if that works!) to be future-proof ;)
Fabio