summaryrefslogtreecommitdiffstats
path: root/installclasses
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2007-10-17 19:46:14 +0000
committerPeter Jones <pjones@redhat.com>2007-10-17 19:46:14 +0000
commit7086e5f897c174e5020968b13f9bebc3f97145f0 (patch)
tree41587110937bc2fb262f35243c9e8cbc384af190 /installclasses
parent03b2b3034c58445002d0055608fbde84674d6fcf (diff)
downloadanaconda-7086e5f897c174e5020968b13f9bebc3f97145f0.tar.gz
anaconda-7086e5f897c174e5020968b13f9bebc3f97145f0.tar.xz
anaconda-7086e5f897c174e5020968b13f9bebc3f97145f0.zip
- remove sound-and-video from 'Office and Productivity'
- bump version
Diffstat (limited to 'installclasses')
-rw-r--r--installclasses/fedora.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/installclasses/fedora.py b/installclasses/fedora.py
index 4c1cf1761..696a78c48 100644
--- a/installclasses/fedora.py
+++ b/installclasses/fedora.py
@@ -22,7 +22,7 @@ class InstallClass(BaseInstallClass):
if productName.startswith("Red Hat Enterprise"):
hidden = 1
- tasks = [(N_("Office and Productivity"), ["graphics", "office", "games", "sound-and-video"]),
+ tasks = [(N_("Office and Productivity"), ["graphics", "office", "games"]),
(N_("Software Development"), ["development-libs", "development-tools", "gnome-software-development", "x-software-development"],),
(N_("Web server"), ["web-server"])]