Skip to content
  • Kalev Lember's avatar
    update monitor: Avoid a transaction simulation after distro upgrades · 59304f24
    Kalev Lember authored
    We were incorrectly passing REQUIRE_UPGRADE_REMOVED refine flag when
    getting historical distro upgrades. This caused the packagekit plugin to
    go and try to run a transaction simulation, which took a significant
    amount of time, making the "Welcome to Fedora 28!" notification appear
    much later than intended and causing an unnecessary metadata refresh.
    
    Instead, pass REQUIRE_VERSION as this is what we really need there.
    59304f24