Clean up relation recording a bit
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 8 Jun 2009 11:24:14 +0000 (14:24 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 8 Jun 2009 11:24:14 +0000 (14:24 +0300)
commit05f44fd2647def8e08e199a7f5e492389ca66065
tree65617451d868fe386ccc2041321e2d11916536d9
parent7c14d1953b8d23d4cd809f896b761b607a77e483
Clean up relation recording a bit
- rpmdsInit() and rpmdsNext() can handle NULL ds correctly, dont bother
  separately checking here
- te type doesn't change inside rpmdsNext() iteration
- added vs installed difference is handled inside addRelation(), otherwise
  the cases here are identical except for the al
lib/depends.c