Closed ReillyBrogan closed 1 year ago
It also needs to include dependencies in the manifest. And the ABI data is still missing but not necessarily in the manifest file.
Provider and dependencies were added in or around https://github.com/serpent-os/boulder/commit/e4b523a396ccee5cb50d1166712517c6077d43da
Currently the only way to see what a recipe directly provides (like soname(whatever) ) is to build that package and check the output at the end of the build. It would be nice and user friendly if the manifest stored this information so that we could see a package that we didn't build ourselves and know the various methods we can depend on it in other recipes.
It would also be helpful to catch possibly unintended changes and during package review cycles.