Bug 1578949

Summary: [modularity] module list has column Info while it should be rather called Summary
Product: [Fedora] Fedora Reporter: Merlin Mathesius <mmathesi>
Component: dnfAssignee: rpm-software-management
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 28CC: dmach, jmracek, packaging-team-maint, rpm-software-management, vmukhame
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: dnf-4.0.4 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-11-22 18:15:50 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:
Bug Depends On:    
Bug Blocks: 1478068    

Description Merlin Mathesius 2018-05-16 16:44:55 UTC
Description of problem:
A verbose module listing displays a column called 'Info'. The respective module attribute is named 'Summary' and therefore it makes sense to call it the same way in the module list output.

Version-Release number of selected component (if applicable):
dnf-2.7.5-12.fc28.noarch

How reproducible:
always

Steps to Reproduce:
1. fresh container based on docker.io/fedora:28 (or other current F28 VM/container) with latest F28 updates and fedora-repos-modular enabled
2. dnf module list -v

Actual results:
Module listing displays a column called 'Info'.

Expected results:
Module listing displays a column called 'Summary'. This is the attribute name used in the module metadata, and the also the attribute name displayed when running 'dnf module info _module_:_stream_'.

Additional info:

Comment 2 Martin Hatina 2018-07-24 13:48:11 UTC
Fixed in https://github.com/rpm-software-management/dnf/pull/1144