Bug 601065

Summary: RFE: Have enable debug-info repos output less text per. repo.
Product: [Fedora] Fedora Reporter: Suvayu <fatkasuvayu>
Component: yum-utilsAssignee: Packaging Maintenance Team <packaging-team-maint>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: fatkasuvayu, james.antill, maxamillion, tim.lauridsen
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-07-18 21:30:05 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 Suvayu 2010-06-07 07:09:51 UTC
Description of problem:
The yum plugin yum-plugin-auto-update-debug-info enables all debug-info repos for all the installed repositories, leading to a very annoying user experience when using yum from the command line.

Version-Release number of selected component (if applicable):
1.1.26-7.fc13

How reproducible:
Always

Steps to Reproduce:
1. Enable the plugin and execute any yum command
2.
3.
  
Actual results:
On executing any yum command, displays text like this,
Found 2 installed debuginfo package(s)
Enabling fedora-debuginfo: Fedora 13 - x86_64 - Debug
Reading repository metadata in from local files
Enabling rpmfusion-nonfree-debuginfo: RPM Fusion for Fedora 13 - Nonfree - Debug
Reading repository metadata in from local files
Enabling livna-debuginfo: rpm.livna.org for 13 - x86_64 - Debug
Reading repository metadata in from local files
Enabling rpmfusion-free-updates-debuginfo: RPM Fusion for Fedora 13 - Free - Updates Debug
Reading repository metadata in from local files
Enabling rpmfusion-free-debuginfo: RPM Fusion for Fedora 13 - Free - Debug
Reading repository metadata in from local files
Enabling updates-debuginfo: Fedora 13 - x86_64 - Updates - Debug
Reading repository metadata in from local files
Enabling rpmfusion-nonfree-updates-debuginfo: RPM Fusion for Fedora 13 - Nonfree - Updates Debug 

Expected results:
On executing any yum command, displays text like this,
Enabling <repo-with-installed-debug-pkgs>-debuginfo: Fedora 13 - x86_64 - Debug
Reading repository metadata in from local files

Additional info:
Even better would be no message at all. If that is unacceptable just a one-liner like "debug-info for <name-of-repo> enabled" should be sufficient. Or maybe even have it configurable through a setting in /etc/yum/pluginconf.d/auto-update-debuginfo.conf

Comment 1 James Antill 2010-06-07 13:17:53 UTC
One problem is that if you have "foo-debuginfo" installed from "fedora-debuginfo" then you'll need to get the update from "updates-debuginfo".

Cutting the text output down isn't trivial, but doable.

Comment 2 Daniel Mach 2018-07-18 21:30:05 UTC
yum and related packages are no longer actively developed.
They are being replaced with dnf, dnf-utils, etc.

I'm closing this bug because it's most likely never going to be fixed.
If you still consider your bug report important, reopen it, please.

Comment 3 Daniel Mach 2018-07-18 21:33:09 UTC
yum and related packages are no longer actively developed.
They are being replaced with dnf, dnf-utils, etc.

I'm closing this bug because it's most likely never going to be fixed.
If you still consider your bug report important, reopen it, please.