Refactor the big rpmfiNewPool() to two separate pieces
authorPanu Matilainen <pmatilai@redhat.com>
Sat, 8 Sep 2012 06:18:00 +0000 (09:18 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Sat, 8 Sep 2012 06:39:10 +0000 (09:39 +0300)
commit895fe67e32f569264b67c75e68609a69bb808fda
tree15274091df71bc9782d7506fc58cd658ca866222
parent068b2afdf674e424c24ffed86486c5c5e1522d0a
Refactor the big rpmfiNewPool() to two separate pieces

- Split file info generation by mandatory/optional data: every file info
  set has the file triplet information, but all other data is optional
  depending on the create flags. No functional changes.
- Being able to create just the core file triplet and fully populate
  later might be useful for checkInstalledFiles(), but we'll see about
  that...
lib/rpmfi.c