Description of problem: When I install mediawiki on a fresh machine (minimal install) I can't start up the mediawiki because I'm missing the mysql-server package. The dependency should be changed to mysql-server IMHO Version-Release number of selected component (if applicable): mediawiki-1.5.8-1.fc5 How reproducible: always Steps to Reproduce: 1. fresh minimal install 2. # yum -y install mediawiki 3. Actual results: mysql-server is missing Expected results: mysql-server installed as a mediawiki dependency Additional info:
There is no requirement for the web server and the database server to be the same machine.