Cache all but FAIL results from rpmdb header verification
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 30 Nov 2011 11:38:35 +0000 (13:38 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 30 Nov 2011 11:38:35 +0000 (13:38 +0200)
commit4abb1d8bc17460783f7e83a3ada9c465cf51fc34
tree021a5a20f47d8fd024b8726a2e383cde657681c5
parent570526b4bace8a3b6e2e96c424adef1f930bc4a1
Cache all but FAIL results from rpmdb header verification

- This makes a huge difference in performance if you have lots
  of unsigned packages (NOTFOUND verify result) or signed packages
  without key (NOKEY verify result) installed, as we previously
  kept checking the same headers over and over again.
lib/rpmdb.c