It is necessary when going back to task selection screen in UI and changing repository. --- yuminstall.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/yuminstall.py b/yuminstall.py index 2ada820..62112d4 100644 --- a/yuminstall.py +++ b/yuminstall.py @@ -1293,6 +1293,7 @@ reposdir=/etc/anaconda.repos.d,/tmp/updates/anaconda.repos.d,/tmp/product/anacon """Reset the package selection to an empty state.""" for txmbr in self.ayum.tsInfo: self.ayum.tsInfo.remove(txmbr.pkgtup) + self.ayum.tsInfo.conditionals.clear() for grp in self.ayum.comps.groups: grp.selected = False -- 1.6.0.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list