https://bugzilla.redhat.com/show_bug.cgi?id=1288731
--- Comment #16 from awilliam@redhat.com awilliam@redhat.com --- "Just add the following:"
Nope, that's not good enough - because then the package still *requires* all those things, and nothing provides them. Filtering out the provides is the easy part; filtering the requires is much harder. Upstream doesn't seem to be sold on moving the modules, though, so I'll have to do it somehow.
(You can of course do:
%global __provides_exclude_from %{_libexecdir}/os-autoinst %global __requires_exclude_from %{_libexecdir}/os-autoinst
but then you lose all the *genuine* auto-requires as well). On %docdir - I can read wiki pages too, but I don't just throw lines in spec files for no reason, and without that line, I do get spurious Requires: from files in docdir, perhaps because the files that go there get installed by 'make install', they're not listed in %doc in the more common fashion.