| Summary: | Missing Requires: httpd-mmn | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dridi Boukelmoune <dridi.boukelmoune> |
| Component: | mod_auth_cas | Assignee: | Adam Miller <admiller> |
| Status: | CLOSED EOL | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 22 | CC: | admiller, tremble |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-07-19 10:37:55 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
This bug appears to have been reported against 'rawhide' during the Fedora 22 development cycle. Changing version to '22'. More information and reason for this action is here: https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora22 Fedora 22 changed to end-of-life (EOL) status on 2016-07-19. Fedora 22 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug. Thank you for reporting this bug and we are sorry it could not be fixed. |
Description: The package mod_nss contains the httpd module: /usr/lib64/httpd/modules/mod_auth_cas.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. The _httpd_mmn macro is already defined: %{!?_httpd_mmn: %{expand: %%global _httpd_mmn %%(cat %{_includedir}/httpd/.mmn || echo missing-httpd-devel)}} Please add to the the mod_auth_cas 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_auth_cas-0:1.0.8.1-7.fc19.src.rpm Steps to reproduce: 1. rpm -q --requires mod_auth_cas | grep httpd-mmn Expected results: e.g. httpd-mmn = 20120211-x86-64