dnf5 icon indicating copy to clipboard operation
dnf5 copied to clipboard

rpminspect issues found in dnf5-5.1.16

Open jan-kolarik opened this issue 10 months ago • 0 comments

Several warnings from rpminspect related to rpm dependencies are reported when building the dnf5 package in Koji (logs here):

  • Subpackage dnf5-plugins carries Requires: libdnf5.so.1()(64bit) which comes from subpackage libdnf5 but does not carry an explicit package version requirement
  • Subpackage dnf5-plugin-automatic carries Requires: libdnf5.so.1()(64bit) which comes from subpackage libdnf5 but does not carry an explicit package version requirement
  • Subpackage dnf5-plugin-automatic carries Requires: libdnf5-cli.so.1()(64bit) which comes from subpackage libdnf5-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.

jan-kolarik avatar Apr 03 '24 11:04 jan-kolarik