--- anaconda.spec.in | 2 +- yuminstall.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anaconda.spec.in b/anaconda.spec.in index ce585ef..4c9ac97 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -110,7 +110,7 @@ Requires: libbdevid-python Requires: libuser-python Requires: newt-python Requires: authconfig -Requires: system-config-firewall +Requires: system-config-firewall-base Requires: cryptsetup-luks Requires: python-cryptsetup >= %{pythoncryptsetupver} Requires: mdadm diff --git a/yuminstall.py b/yuminstall.py index 1c54318..73697f7 100644 --- a/yuminstall.py +++ b/yuminstall.py @@ -1300,7 +1300,7 @@ reposdir=/etc/anaconda.repos.d,/tmp/updates/anaconda.repos.d,/tmp/product/anacon # installed (they could have been removed in kickstart). So we'll force # it. def selectAnacondaNeeds(self): - for pkg in ['authconfig', 'chkconfig', 'system-config-firewall-tui']: + for pkg in ['authconfig', 'chkconfig', 'system-config-firewall-base']: self.selectPackage(pkg) def doPostSelection(self, anaconda): -- 1.6.2.5 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list