- Handle reinstall as a new sub-mode of install, leaving all the
--replacepkgs etc insanity alone, at least for now. For rpm cli we
could probably remap --replacepkgs into proper reinstall, but handling
this in the API is much harder as problem filter flags, such as
RPMPROB_FILTER_REPLACEPKG, are not known at the time packages
are added to transaction, and also we can't very well go and
add new elements to the transaction from inside rpmtsRun()
- Fixes the use-case of RhBug:966715 but not the exact cli invocation
in that bug... that needs something different