debug package cannot have custom tags
Bug #638624 reported by
Jeff Johnson
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| RPM |
Fix Released
|
Medium
|
Unassigned | ||
| Fedora |
Won't Fix
|
Low
|
|||
Bug Description
tracker
| tags: | added: debuginfo fedora |
| Changed in rpm: | |
| milestone: | none → 5.1.10 |
| importance: | Undecided → Medium |
| status: | New → Fix Released |
| Changed in rpm: | |
| milestone: | 5.1.10 → 5.2.2 |
| Changed in fedora: | |
| importance: | Unknown → Low |
| status: | Unknown → Won't Fix |
To post a comment you must log in.

Description of problem:
Bug 447520 requires inclusion of the Obsoletes tag for the debug (debuginfo)
package. The current macros file(s) do not permit it.
Version-Release number of selected component (if applicable): 2.3-2.fc9. x86_64 rpm-config- 9.0.2-1. fc9.noarch
rpm-4.4.
redhat-
How reproducible:
Always.
Steps to Reproduce: rpm/redhat/ macros) by the x86_64. rpm
1. Put into your .spec file: %define _debug_package_tags Obsoletes:
obsoleted-package
2. Patch /usr/lib/rpm/macros (and possibly /usr/lib/
attached fix.
3. rpmbuild -bb *.spec
4. rpm -q --requires -p *-debuginfo.
Actual results:
(nothing)
Expected results:
obsoleted-package
Additional info:
This Bug will need to be cloned for redhat-rpm-config if approved.