Rework rpmtsProcess() to use rpmteOpen+Close for both install and erase
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 25 Nov 2008 10:17:47 +0000 (12:17 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 26 Nov 2008 15:35:13 +0000 (17:35 +0200)
commit801a36d69beffc383b5cf4fbb63534ead9dfe84a
tree72faa88de2272275e7fc71a31c58e3849fdec366
parent8690479c3c4a1434624341db8b5a1f3914b26911
Rework rpmtsProcess() to use rpmteOpen+Close for both install and erase
- both cases behave fairly symmetrically now
- helps streamlining the process, we get the transaction element and
  file info for it before creating the package state machine so we dont'
  need to fuss around with updated file info etc
lib/psm.c
lib/transaction.c