Ticket 7867

Summary: Modify slurm.spec to allow users to set QA_RPATHS as well
Product: Slurm Reporter: Bruno Mundim <bmundim>
Component: Build System and PackagingAssignee: Tim Wickberg <tim>
Status: OPEN --- QA Contact:
Severity: C - Contributions    
Priority: --- CC: bmundim, support
Version: 19.05.2   
Hardware: Linux   
OS: Linux   
See Also: https://bugs.schedmd.com/show_bug.cgi?id=8918
Site: SciNet Alineos Sites: ---
Atos/Eviden Sites: --- Confidential Site: ---
Coreweave sites: --- Cray Sites: ---
DS9 clusters: --- HPCnow Sites: ---
HPE Sites: --- IBM Sites: ---
NOAA SIte: --- NoveTech Sites: ---
Nvidia HWinf-CS Sites: --- OCF Sites: ---
Recursion Pharma Sites: --- SFW Sites: ---
SNIC sites: --- Tzag Elita Sites: ---
Linux Distro: CentOS Machine Name: Niagara
CLE Version: Version Fixed:
Target Release: --- DevPrio: ---
Emory-Cloud Sites: ---

Description Bruno Mundim 2019-10-04 09:49:16 MDT
QA_RPATHS is hard coded on slurm.spec as follows:

export QA_RPATHS=0x5

I modified it to allow me, the user, to set other values to QA_RPATHS 
in order to build the slurm rpms on Centos 7.4:

export QA_RPATHS=$((${QA_RPATHS:=0x0000}|0x0005))

It would be great if you could patch your development version.

Thanks,
Bruno.