2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-24 05:11:12 +00:00

Merge pull request #7236 from gurevichmark/platform_python2

Prevent rpmbuild from checking and modifying interpreter directives(2)
This commit is contained in:
Mark Gurevich
2022-08-12 09:49:38 -04:00
committed by GitHub

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