Comment 6 for bug 626567

Revision history for this message
Anders F Björklund (afb) wrote :

Or make that %{_vendor} instead of %{_target_vendor}, if you are using that...
It's typically something like "redhat", where target vendor is something like "pc":

x86_64-redhat-linux
x86_64-pc-linux-gnu

That is why the second set of lines set up a regex to ignore both vendor and gnu...
It should also ignore any os version, if present. For instance on Darwin/FreeBSD.