Bug 1506251

Summary: hiredis is FTBFS with RPM 4.14
Product: [Fedora] Fedora Reporter: Jiří Vymazal <jvymazal>
Component: hiredisAssignee: Igor Gnatenko <ignatenko>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: ignatenko, kevin, nathans
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: hiredis-0.13.3-6.fc28 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-10-30 09:24:24 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:
Embargoed:

Description Jiří Vymazal 2017-10-25 13:34:18 UTC
Description of problem:
Hiredis package does use %make_install rpm macro which is updated as of rpm-4.14.0 and now overrides INSTALL variable normally set by hiredis makefile, thus causing hiredis intstall step to fail

Version-Release number of selected component (if applicable):
any (tested with 0.13.3)

How reproducible:
try to build & install hiredis with rpm-4.14.0 installed

Actual results:
install step fails

Expected results:
install runs successfully

Comment 1 Jiří Vymazal 2017-10-25 13:40:35 UTC
simple replace of a macro with its contents from https://github.com/rpm-software-management/rpm/blob/rpm-4.13.0.1-release/macros.in#L893 should fix it without requiring a patch