Description of problem: I installed a fairly minimal fedora7 (in a xen domU using virt-install and kickstart but that should be irrelevant) ran a "yum update" ran "yum install httpd" "service httpd start" refuses to start due to missing /etc/mime.types tried manually installing shared-mime-info, thinking it might provide the file and be a missing dependency, but no difference. Version-Release number of selected component (if applicable): httpd.x86_64 2.2.4-4.1.fc7
did an "rpm -q -f /etc/mime.types" on another server to find the package owning the file then did a "yum install mailcap" on the server with the problem, httpd now starts properly, is this a missing dependency in the httpd package, or a problem with yum failing to install the dependency?
*** This bug has been marked as a duplicate of 249223 ***