2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-01-07 17:02:34 +00:00

Fix genesis builds for aarch64

This commit is contained in:
Markus Hilger
2022-05-19 18:09:56 +02:00
parent bf57a2b13e
commit 295dff5c51
2 changed files with 6 additions and 0 deletions

View File

@@ -10,6 +10,9 @@ Release: %{?release:%{release}}%{!?release:snap%(date +"%Y%m%d%H%M")}
%ifarch ppc ppc64 ppc64le
%define tarch ppc64
%endif
%ifarch aarch64
%define tarch aarch64
%endif
BuildArch: noarch
%define name xCAT-genesis-base-%{tarch}
%define __spec_install_post :

View File

@@ -7,6 +7,9 @@
%ifarch ppc ppc64
%define tarch ppc64
%endif
%ifarch aarch64
%define tarch aarch64
%endif
%define rpminstallroot /opt/xcat/share/xcat/netboot/genesis/%{tarch}/fs
BuildArch: noarch
%define name xCAT-genesis-scripts-%{tarch}