mamba-org/resolvo

RPM Support

wolfv opened this issue · 3 comments

wolfv commented

I've started some discussions on Github and elsewhere regarding RPM support. The listed projects are all doing something with RPMs in Rust.

To track them, I am linking them here:

wolfv commented

Some features that resolvo does not do yet:

  • No notion of a package that provides something
  • No notion of suggests or recommends - this would likely need an additional "loop" around the resolution
  • No notion of obsoletes (for renames of packages) – this can probably be implemented with some additional logic