Bug 723021 - rpm includes %doc in auto deps
Summary: rpm includes %doc in auto deps
Status: NEW
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Major (vote)
Target Milestone: Current
Assignee: Michael Schröder
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-10 13:37 UTC by Ludwig Nussel
Modified: 2021-03-17 12:06 UTC (History)
2 users (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ludwig Nussel 2011-10-10 13:37:15 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/*.
Comment 1 Ludwig Nussel 2011-10-18 11:29:15 UTC
We could add

%__provides_exclude_from ^%{_defaultdocdir}
%__requires_exclude_from ^%{_defaultdocdir}

as workaround to global macros
Comment 2 Nathan Cutler 2017-08-12 15:11:08 UTC
Moving to Factory so it doesn't get lost. Ludwig, maybe you could chime in what is the current status?