mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-30 01:26:38 +00:00
Prevent rpmbuild from checking and modifying interpreter directives
This commit is contained in:
parent
39a7ac51e8
commit
05bceac072
@ -28,6 +28,9 @@ AutoReqProv: no
|
||||
# Define a different location for various httpd configs in s390x mode
|
||||
%define httpconfigdir %(if [ "$s390x" = "1" ];then echo "xcathttpdsave"; else echo "xcat"; fi)
|
||||
|
||||
# Disable shebang mangling of python scripts
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
# AIX will build with an arch of "ppc"
|
||||
# also need to fix Requires for AIX
|
||||
%ifos linux
|
||||
|
Loading…
x
Reference in New Issue
Block a user