2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-21 19:22:05 +00:00

Prevent rpmbuild from checking and modifying interpreter directives(2)

This commit is contained in:
Mark Gurevich 2022-08-12 08:38:29 -04:00
parent c9505b44c9
commit 6f12483b79

View File

@ -13,6 +13,9 @@ Prefix: /opt/xcat
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root
Requires: xCAT-client = 4:%{version}-%{release}
# Disable shebang mangling of python scripts
%undefine __brp_mangle_shebangs
%ifos linux
BuildArch: noarch
%endif