Only return non-NULL from rpmalAllSatisfiesDepends() on real matches
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 2 Oct 2012 09:12:20 +0000 (12:12 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 2 Oct 2012 09:15:49 +0000 (12:15 +0300)
commit03b660c61572e7f98a3ec1cef4f48db0d615f6b0
tree3dad473e02f492cb0bb842e000ce646aa25b65d9
parentb900c06b9961c5b50b3fc12b9de79507294fa1c5
Only return non-NULL from rpmalAllSatisfiesDepends() on real matches

- The provides hash lookup can and does return hits that dont actually
  satisfy the dependency. Dont bother callers with apparent hits
  (ie non-NULL returns) when nothing actually matches the dependency.
lib/rpmal.c