Bugzilla – Bug 723021
rpm includes %doc in auto deps
Last modified: 2021-03-17 12:06:56 UTC
rpm adds requirements from %doc files. e.g wpa_supplicant has a needless python dependency due to /usr/share/doc/packages/wpa_supplicant/examples/*.
We could add %__provides_exclude_from ^%{_defaultdocdir} %__requires_exclude_from ^%{_defaultdocdir} as workaround to global macros
Moving to Factory so it doesn't get lost. Ludwig, maybe you could chime in what is the current status?