RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 617162 - debuginfo-install works only with repos named *-debuginfo-*
Summary: debuginfo-install works only with repos named *-debuginfo-*
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: yum-utils
Version: 6.0
Hardware: All
OS: Linux
low
medium
Target Milestone: rc
: ---
Assignee: James Antill
QA Contact: BaseOS QE Security Team
URL:
Whiteboard:
Depends On:
Blocks: 617976
TreeView+ depends on / blocked
 
Reported: 2010-07-22 11:17 UTC by Jiri Moskovcak
Modified: 2015-02-01 22:52 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-07-22 14:33:21 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Jiri Moskovcak 2010-07-22 11:17:33 UTC
Description of problem:
There is a repository called beaker-debug in the rhel6 and debuginfo-install fails to enable this repository because it looks only for "-debuginfo"

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


How reproducible:
100%


Steps to Reproduce:
1. make sure you have a repo called *-debug-*
2. try debuginfo-install  <some package>
  
Actual results:
the debuginfo-install script doesn't enable the -debug- repository and thus fail to install debuginfo packages

Expected results:
Debuginfo packages installed.

Additional info:
The problem is that there is probably no guidelines/rules for naming the repository containing the debuginfos, but since the name "beaker-os-debug" is used for our own (RH) repository, we should probably support it in yum-utils or change the name of the repository.

Comment 1 Jiri Moskovcak 2010-07-22 11:18:15 UTC
forgot to add version:
yum-utils-1.1.26-11.el6

Comment 3 RHEL Program Management 2010-07-22 11:38:12 UTC
This issue has been proposed when we are only considering blocker
issues in the current Red Hat Enterprise Linux release.

** If you would still like this issue considered for the current
release, ask your support representative to file as a blocker on
your behalf. Otherwise ask that it be considered for the next
Red Hat Enterprise Linux release. **

Comment 4 seth vidal 2010-07-22 11:52:15 UTC
changing the name of the repo will break fewer expectations elsewhere.

Comment 5 James Antill 2010-07-22 14:33:21 UTC
 I have thought about using repodata tags to work all this stuff out at some future point, but tags are going at a snails pace for Fedora.
 Atm. the defacto std. is to have source repos. names <main-repoid>-source and debuginfo repos. names <main-repoid>-debuginfo. Chance of us adding another hack for -debug everywhere are pretty small.


Note You need to log in before you can comment on or make changes to this bug.