2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-31 01:56:39 +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
commit 8f0c862229
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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