fedora-kickstarts/fedora-gnome-packages.ks
Ray Strode c79eede0d7 desktop: drop sendmail from default install
The plan is to enventually drop it from the lower comps
groups entirely, but it didn't happen this time around,
so at least get the desktop spin fixed for now.

https://lists.fedoraproject.org/pipermail/devel/2013-July/186796.html
2013-07-25 14:17:46 -04:00

22 lines
607 B
Plaintext

%packages
@firefox
@gnome-desktop
@libreoffice
# FIXME; apparently the glibc maintainers dislike this, but it got put into the
# desktop image at some point. We won't touch this one for now.
nss-mdns
# This one needs to be kicked out of @standard
-smartmontools
# We use gnome-control-center's printer and input sources panels instead
-system-config-printer
-im-chooser
# There's been some debate about removing sendmail from @standard, but it's
# being punted for now. At least we can fix it in the desktop spin.
# https://lists.fedoraproject.org/pipermail/devel/2013-July/186796.html
-sendmail
%end