https://bugzilla.redhat.com/show_bug.cgi?id=1444518



--- Comment #2 from Michael Schwendt <[email protected]> ---
> %package  docs
> Summary:  Documentation package for %{name}
> Requires: %{name}%{?_isa} = %{version}-%{release}
> BuildArch: noarch

Please don't do that. 

Really keep documentation packages free of superfluous dependencies, so they
can be installed without pulling in an unknown chain of stuff that is _not_
needed to view the documentation.

Also, if you make it "noarch", adding an arch-specific Requires won't work
reliably, since the noarch build may be created on any build host.

Finally, the packaging guidelines still recommend -doc not -docs:
https://fedoraproject.org/wiki/Packaging:Guidelines#Documentation

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to