| Summary: | macros.httpd need to be expanded | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Remi Collet <rcollet> |
| Component: | httpd | Assignee: | Luboš Uhliarik <luhliari> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Filip Holec <fholec> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.0 | CC: | jkaluza, jorton, psplicha |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | httpd-2.4.6-4.el7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-06-13 09:38:53 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 request was resolved in Red Hat Enterprise Linux 7.0. Contact your manager or support representative in case you have further questions about the request. |
In current httpd-devel various path are unexpanded (use another macro) Ex: %_httpd_apxs %{_bindir}/apxs While this is fine for standard packages, it could breaks build of a SCL package against system httpd, as %{_bindir} will be in the SCL tree. Current Workaround : override the value in the SCL package. %global _httpd_apxs %{_root_bindir}/apxs Proposal: expand each path, Ex: %_httpd_apxs /usr/bin/apxs