From 75591c7d6034224e90e46fdc902de244b0abd98a Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 29 Jan 2007 20:16:52 +0000 Subject: * packages.py (betaNagScreen): Add 'Fedora' -> 'Fedora Core' mapping. Perhaps this needs to go in the product stuff with bugurl? --- packages.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages.py') diff --git a/packages.py b/packages.py index 353cfd8c3..0838f176a 100644 --- a/packages.py +++ b/packages.py @@ -259,7 +259,8 @@ def regKeyScreen(anaconda): def betaNagScreen(anaconda): publicBetas = { "Red Hat Linux": "Red Hat Linux Public Beta", "Red Hat Enterprise Linux": "Red Hat Enterprise Linux Public Beta", - "Fedora Core": "Fedora Core" } + "Fedora Core": "Fedora Core", + "Fedora": "Fedora Core" } if anaconda.dir == DISPATCH_BACK: -- cgit