Simplify rpmcliTransaction() a bit
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 26 Mar 2010 14:14:52 +0000 (16:14 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 26 Mar 2010 15:11:12 +0000 (17:11 +0200)
commit98cfe652077e311d62c6f26fa3c5b6907f013ace
treeebdbd8ed7689a55b7bd167229940cb3b3877f86f
parent42fa7b7d4f0521da4e4c09b7fdcc8789412ff164
Simplify rpmcliTransaction() a bit
- No need for separate the install and erase cases here for problem
  filter flags: we only check disk space for added packages so this
  is just a no-op anyway
- Also no need to fiddle with eflags for ordering, we always want
  ordering unless --noorder specified
lib/rpminstall.c