[Bug 1288731] Review Request: os-autoinst - OS-level test automation

bugzilla at redhat.com bugzilla at redhat.com
Fri Jan 15 16:45:21 UTC 2016


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



--- Comment #16 from awilliam at redhat.com <awilliam at 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.

-- 
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


More information about the package-review mailing list