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.
*** This bug has been marked as a duplicate of bug 470691 ***