Bug 1257403

Summary: The description for this package is misleading
Product: [Fedora] Fedora Reporter: Ed Greshko <ed.greshko>
Component: dnf-plugins-coreAssignee: Packaging Maintenance Team <packaging-team-maint>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: 22CC: jsilhan, mluscon, packaging-team-maint, pnemade, rholy, tim.lauridsen, vmukhame
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-09-01 16:05:40 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 Ed Greshko 2015-08-27 03:04:05 UTC
Description of problem: When you do a "dnf info dnf-plugins-core" the description for the package leads one to believe that is provides the functionality while it really only provides the man pages and python-dnf-plugins-core provides the actual plugins.


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results: The wording of the Description for dnf-plugins-core.  I believe it can simply read....

This package supplies the man pages for the plugins provided by python-dnf-plugins-core


Additional info:

Comment 1 Honza Silhan 2015-09-01 16:05:40 UTC
It provides the functionality transitively. We don't want users to specify python(3)-dnf-plugins-core / python(3)-dnf whenever possible, they should treat them just "dnf" and "dnf-plugins-core". These are temporary due to python2/3 transition.