Convert our dependency checking code to use the new rpmdsMatches()
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 13 Sep 2012 10:12:59 +0000 (13:12 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 13 Sep 2012 10:12:59 +0000 (13:12 +0300)
commitb78ba1ae51a3e0a9821b58963a642ed38b98dce4
tree74fd3d30a825d298ac54897b2fa88e3f6d23d03e
parent17d3db4e3a36861ffc50d7232e92d39834079931
Convert our dependency checking code to use the new rpmdsMatches()

- Instead of adding three more pool-aware versions of the old API's,
  convert the main callers to the newew more flexible API. As a
  "minor side-effect" these now use the transaction string-pool as well,
  so ALL our pre-transaction dependency sets are now using the global
  pool.
lib/depends.c
lib/transaction.c