Bug 2352489

Summary: compatibility breakage: dnf repoquery -i
Product: [Fedora] Fedora Reporter: Jan Kratochvil <jan>
Component: dnf5Assignee: rpm-software-management
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: 41CC: amatej, jkolarik, nsella, pkratoch, rpm-software-management
Target Milestone: ---Keywords: Regression
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2025-03-14 06:56:28 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jan Kratochvil 2025-03-14 03:19:36 UTC
dnf4 had -i|--info, dnf5 has only --info


Reproducible: Always

Steps to Reproduce:
dnf repoquery -i bash
Actual Results:  
Unknown argument "-i" for command "repoquery". Add "--help" for more information about the arguments.


Expected Results:  
Name           : bash
Epoch          : 0
Version        : 5.2.32
Release        : 1.fc41
Architecture   : x86_64
...


dnf repoquery --info bash
works but that needlessly breaks user interface compatibility with dnf4.

Comment 1 amatej 2025-03-14 06:56:28 UTC

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