teemtee / tmt

Test Management Tool
MIT License
80 stars 122 forks source link

Use dnf debuginfo-install instead of debuginfo-install #2974

Open happz opened 3 months ago

happz commented 3 months ago

As proposed by @martinhoyer in https://github.com/teemtee/tmt/pull/2956#discussion_r1620599658

happz commented 3 months ago

Interestingly, dnf5 does not seem to have its own "install debuginfo" subcommand yet: https://github.com/rpm-software-management/dnf5/issues/846

martinhoyer commented 3 months ago

I don't think that changes anything, does it?

happz commented 3 months ago

Probably not, it just muds waters even more. IIUIC, we cannot simply run $package_manager debuginfo-install when working with dnf5, because there seems to be no dnf5 debuginfo-install.

martinhoyer commented 3 months ago

I was under impression it is not currently being run on dnf5 systems anyway, but might need to double check.