Description of problem: The lohit-fonts-* packages are composed onto install media (and installed by default) even when the corresponding languages have been excluded intentionally. Instead, commenting out "## @malayalam-support" in /usr/share/pungi/f8-fedora.ks should omit the package lohit-fonts-malayalam, etc. Version-Release number of selected component (if applicable): lohit-fonts-*-2.1.5-3.fc8 How reproducible: always Steps to Reproduce: 1. Comment out all the "@ <language>-support" lines in /usr/share/pungi/f8-fedora.ks by inserting a hash '#' at the beginning of the line. 2. compose install media using pungi; install with defaults 3. rpm -qa | grep lohit-fonts Actual results: lohit-fonts-bengali-2.1.5-3.fc8 lohit-fonts-gujarati-2.1.5-3.fc8 lohit-fonts-hindi-2.1.5-3.fc8 lohit-fonts-kannada-2.1.5-3.fc8 lohit-fonts-malayalam-2.1.5-3.fc8 lohit-fonts-oriya-2.1.5-3.fc8 lohit-fonts-punjabi-2.1.5-3.fc8 lohit-fonts-tamil-2.1.5-3.fc8 lohit-fonts-telugu-2.1.5-3.fc8 Expected results: No "lohit-fonts" lines because language support for those languages was suppressed. Additional info:
*** This bug has been marked as a duplicate of 360861 ***