summaryrefslogtreecommitdiffstats
path: root/packages.py
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2007-01-29 20:16:52 +0000
committerBill Nottingham <notting@redhat.com>2007-01-29 20:16:52 +0000
commit75591c7d6034224e90e46fdc902de244b0abd98a (patch)
treeb425e9b436690987f2295d9167f3daeb09c81a0c /packages.py
parent5cea07e2f7823fac0d6d6def66f58e27af6795b1 (diff)
downloadanaconda-75591c7d6034224e90e46fdc902de244b0abd98a.tar.gz
anaconda-75591c7d6034224e90e46fdc902de244b0abd98a.tar.xz
anaconda-75591c7d6034224e90e46fdc902de244b0abd98a.zip
* packages.py (betaNagScreen): Add 'Fedora' -> 'Fedora Core' mapping.
Perhaps this needs to go in the product stuff with bugurl?
Diffstat (limited to 'packages.py')
-rw-r--r--packages.py3
1 files changed, 2 insertions, 1 deletions
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: