Bug 1289160

Summary: No Requires: %{name}%{?_isa} = %{version}-%{release} in debuginfo packages
Product: [Fedora] Fedora Reporter: Jaroslav Škarvada <jskarvad>
Component: rpmAssignee: Packaging Maintenance Team <packaging-team-maint>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 22CC: jzeleny, lkardos, novyjindrich, packaging-team-maint, pknirsch
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: 2016-01-19 09:38:15 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 Jaroslav Škarvada 2015-12-07 14:51:20 UTC
Description of problem:
Fedora-review thinks that debuginfo packages should contain:
Requires: %{name}%{?_isa} = %{version}-%{release}

Maybe this assumption is wrong, but it makes sense to me - the debug package should be bound to the base binary package.

Version-Release number of selected component (if applicable):
rpm-4.12.0.1-14.fc22.x86_64

How reproducible:
Always

Steps to Reproduce:
1. rpm -qp DEBUGINFO.rpm --requires

Actual results:
No %{name}%{?_isa} = %{version}-%{release}

Expected results:
%{name}%{?_isa} = %{version}-%{release}

Additional info:
Spotted in e.g. bug 1279527 comment 6. AFAIK debuginfos are generated by rpmbuild thus filling against rpm to sort it out.

Comment 1 Ľuboš Kardoš 2016-01-19 09:38:15 UTC

*** This bug has been marked as a duplicate of bug 470691 ***