Bug 1011393 - macros.httpd need to be expanded
Summary: macros.httpd need to be expanded
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: httpd
Version: 7.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Luboš Uhliarik
QA Contact: Filip Holec
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-24 07:56 UTC by Remi Collet
Modified: 2021-01-14 09:32 UTC (History)
3 users (show)

Fixed In Version: httpd-2.4.6-4.el7
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-06-13 09:38:53 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Remi Collet 2013-09-24 07:56:07 UTC
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

Comment 6 Ludek Smid 2014-06-13 09:38:53 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.