rpm-build/autodeps
Alexey Tourbin 82f7aeb283 implemented %__find_{requires,provides}_filter and %filter_from_{requires,provides}
The first two macros provide general mechanism for find-requires
and find-provides filtering.  Any valid command or shell syntax can
be used - the command will be executed using "eval" within find-*
script.  The implementation in %___build_pre is not particular
beautiful (as it uses here-docs), but there seems to be no easy
way to quote for eval yet.

The second two commands are built on top of the first: they use
sed as a filtering tool.  The implementation is compatible with Fedora:
http://fedoraproject.org/wiki/Packaging:AutoProvidesAndRequiresFiltering
2011-01-23 02:30:08 +03:00
..
linux.prov.in implemented %__find_{requires,provides}_filter and %filter_from_{requires,provides} 2011-01-23 02:30:08 +03:00
linux.req.in implemented %__find_{requires,provides}_filter and %filter_from_{requires,provides} 2011-01-23 02:30:08 +03:00