Description: The package axis2c contains the httpd module: /usr/lib64/httpd/modules/libmod_axis2.so /usr/lib64/httpd/modules/libmod_axis2.so.0 /usr/lib64/httpd/modules/libmod_axis2.so.0.6.0 but does not have an appropriate "Requires:" for httpd-mmn. Such a dependency is necesssary to ensure the module is only used with a compatible version of httpd; a module built against httpd 2.2 will not work with httpd 2.4. Please add this line to the top of the spec file: %{!?_httpd_mmn: %{expand: %%global _httpd_mmn %%(cat %{_includedir}/httpd/.mmn || echo missing-httpd-devel)}} Then add to the the axis2c (sub-)package the following Requires line: Requires: httpd-mmn = %{_httpd_mmn} A module package does not need to require httpd itself. The above change should be merged across all branches of Fedora/EPEL. Version-Release: axis2c-1.6.0-3.fc17.src.rpm Steps to reproduce: 1. rpm -q --requires axis2c | grep httpd-mmn Expected results: e.g. httpd-mmn = 20051115-x86-64
This sounds like a great idea for a packaging guideline.
axis2c-1.6.0-4.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/axis2c-1.6.0-4.fc17
Package axis2c-1.6.0-4.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing axis2c-1.6.0-4.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-3792/axis2c-1.6.0-4.fc17 then log in and leave karma (feedback).
axis2c-1.6.0-4.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report.