Bug 803070
| Summary: | Missing Requires: httpd-mmn | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Joe Orton <jorton> |
| Component: | mod_gnutls | Assignee: | Erick Calder <e> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 17 | CC: | cz172638, e |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | mod_gnutls-0.5.10-4.fc17 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-04-07 09:23:16 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 803056 | ||
mod_gnutls-0.5.10-3.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/mod_gnutls-0.5.10-3.fc17 mod_gnutls-0.5.10-4.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/mod_gnutls-0.5.10-4.fc17 mod_gnutls-0.5.10-4.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/mod_gnutls-0.5.10-4.fc15 mod_gnutls-0.5.10-4.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/mod_gnutls-0.5.10-4.fc16 Package mod_gnutls-0.5.10-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 mod_gnutls-0.5.10-4.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-4170/mod_gnutls-0.5.10-4.fc17 then log in and leave karma (feedback). mod_gnutls-0.5.10-4.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report. mod_gnutls-0.5.10-4.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. mod_gnutls-0.5.10-4.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. |
Description: The package mod_gnutls contains the httpd module: /usr/lib64/httpd/modules/mod_gnutls.so but does not have an appropriate "Requires:" for httpd-mmn. Such a dependency is necessary 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 the following to the top of the spec file as a single line: %{!?_httpd_mmn: %{expand: %%global _httpd_mmn %%(cat %{_includedir}/httpd/.mmn || echo missing-httpd-devel)}} Then add to the the mod_gnutls (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: mod_gnutls-0.5.10-2.fc17.src.rpm Steps to reproduce: 1. rpm -q --requires mod_gnutls | grep httpd-mmn Expected results: e.g. httpd-mmn = 20051115-x86-64