dnf5
dnf5 copied to clipboard
rpminspect issues found in dnf5-5.1.16
Several warnings from rpminspect
related to rpm dependencies are reported when building the dnf5 package in Koji (logs here):
- Subpackage
dnf5-plugins
carriesRequires: libdnf5.so.1()(64bit)
which comes from subpackagelibdnf5
but does not carry an explicit package version requirement - Subpackage
dnf5-plugin-automatic
carriesRequires: libdnf5.so.1()(64bit)
which comes from subpackagelibdnf5
but does not carry an explicit package version requirement - Subpackage
dnf5-plugin-automatic
carriesRequires: libdnf5-cli.so.1()(64bit)
which comes from subpackagelibdnf5-cli
but does not carry an explicit package version requirement
Should be fine though, as the mentioned dependencies are referenced transitively through the dnf5
package. But we can change the requirements to be more verbose and so no warnings are emitted.