Validate + sort relocations in rpmte at create time
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 5 Jan 2009 15:43:37 +0000 (17:43 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 5 Jan 2009 15:43:37 +0000 (17:43 +0200)
commit54cabb77124e633e7c60b6293869bf72665abb32
tree99a1a0ca2a9bcce46571c9c32b6ae970810d4e13
parentc115ea730ff7ac078f4269328b4b558f08911d25
Validate + sort relocations in rpmte at create time
- instead of storing "raw" relocations in rpmte to be passed down to
  rpmRelocateFileList() for copying over and sorting etc, do the work
  just once at rpmteNew() time
- much of the real work to relocate header contents still needs to be done
  twice as the header gets thrown and needs to be reconstructed in
  rpmtsProcess()
lib/rpmfi.c
lib/rpmte.c
lib/rpmte_internal.h