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

Prevent rpmbuild from checking and modifying interpreter directives2

This commit is contained in:
Mark Gurevich 2022-08-11 14:10:01 -04:00
parent 05bceac072
commit 17d5912d24

View File

@ -12,6 +12,9 @@ Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}}
Prefix: /opt/xcat
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root
# Disable shebang mangling of python scripts
%undefine __brp_mangle_shebangs
%ifnos linux
AutoReqProv: no
%endif