Use transaction string pool for rpmlib() dependencies too
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 13 Sep 2012 08:55:52 +0000 (11:55 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 13 Sep 2012 08:55:52 +0000 (11:55 +0300)
commit26ae2e4390f4e03d70ee3b267a0735f1f2b1ef10
tree6f41cb48e1c5611f584e3d39f88198cb4bb500d6
parentd12fe7841e93dfa5a28c6e2aab6568da977f1511
Use transaction string pool for rpmlib() dependencies too

- This wasn't possible with the former static rpmlib() dependency set
  as it would've kept the potentially huge global pool referenced
  throughout process lifetime.
lib/depends.c