Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1483874

Summary: dnf debuginfo-install does not work in rawhide
Product: [Fedora] Fedora Reporter: Lukas Slebodnik <lslebodn>
Component: dnf-plugins-coreAssignee: rpm-software-management
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: packaging-team-maint, rpm-software-management, vmukhame
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-08-22 08:01:29 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Lukas Slebodnik 2017-08-22 07:40:22 UTC
Description of problem:
I tried to install some debug symbols on rawhide and it failed.

Version-Release number of selected component (if applicable):
sh# rpm -q dnf dnf-plugins-core 
dnf-2.6.3-2.fc28.noarch
dnf-plugins-core-2.1.3-2.fc27.noarch

How reproducible:
Deterministic

Steps to Reproduce:
1. docker run -ti --rm fedora:rawhide bash
   //run rest of commands in container
2. dnf install -y --best --nogpgcheck 'dnf-command(debuginfo-install)'
3. rpm -q dnf dnf-plugins-core
4. dnf debuginfo-install libdnf

Actual results:
sh# rpm -q dnf dnf-plugins-core 
dnf-2.6.3-2.fc28.noarch
dnf-plugins-core-2.1.3-2.fc27.noarch

sh# dnf debuginfo-install libdnf
No such command: debuginfo-install. Please use /usr/bin/dnf --help
It could be a DNF plugin command, try: "dnf install 'dnf-command(debuginfo-install)'"

Expected results:
debug info symbols installed without any problem

Comment 1 Igor Gnatenko 2017-08-22 08:01:29 UTC

*** This bug has been marked as a duplicate of bug 1483342 ***