Description of problem: I installed ipa-server-0.99-9.fc9.ppc on a Fedora 8 system using yum. The ipa-server-install script fails because the installation of ipa-server did not pull in the Python acutil module as a dependency. Version-Release number of selected component (if applicable): ipa-python-0.99-9.fc9.ppc How reproducible: Every time Steps to Reproduce: 1. Use yum to install ipa-server and its dependencies. 2. Run ipa-server-install. Actual results: Install script will fail because one of the utilities used requires the dnsclient module which requires the acutil module. The acutil module does not exist. Expected results: The ipa-python package should require the acutil module. Additional info:
The acutil module is provided by the authconfig package, so this package should be required by ipa-python.
ipa-0.99-10.fc7 has been submitted as an update for Fedora 7
ipa-0.99-10.fc8 has been submitted as an update for Fedora 8
ipa-0.99-10.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update ipa'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F8/FEDORA-2008-1931