Unbreak file user/groupname handling in build
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 16 Dec 2010 07:35:08 +0000 (09:35 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 21 Dec 2010 09:49:43 +0000 (11:49 +0200)
commit56f64bb012b87143d6b28d22198be65b84afbaa6
tree55d414109b3c712d42871f921af40f14566f5ddb
parent180510e4f5c4dddcbc5c041e3db455f04ce22d3e
Unbreak file user/groupname handling in build
- Fixes regression from commit a2d002a34bc567e8ce88c9ed30270d55d7c904fd,
  the librpmbuild "name cache" was used for unique string storage too
  and not just user/group-info lookup cache, duh.
- At least for now, making this separation explicit in the code
  by separating the "stash this string" operation from the actual
  user/group lookups.
(cherry picked from commit 50ab0945c5ddffd354692f8c31616c3575ebbd11)
build/files.c