lvm2 ppc64le changes
Signed-off-by: basebuilder_pel7ppc64lebuilder0 <basebuilder@powerel.org>master
parent
113516a36c
commit
9cfec4504f
|
@ -34,7 +34,7 @@
|
|||
#%%global scratch .bz1628529_4
|
||||
|
||||
%if 0%{?rhel}
|
||||
%ifnarch i686 x86_64 ppc64le s390x
|
||||
%ifnarch i686 x86_64 s390x
|
||||
%global enable_cluster 0
|
||||
%global enable_cmirror 0
|
||||
%global enable_lockd_dlm 0
|
||||
|
@ -200,7 +200,7 @@ make %{?_smp_mflags}
|
|||
%if %{enable_boom}
|
||||
(
|
||||
cd ../%{boom_dir}
|
||||
%py2_build
|
||||
%{__python} setup.py build
|
||||
)
|
||||
%endif
|
||||
|
||||
|
@ -215,7 +215,7 @@ make install_tmpfiles_configuration DESTDIR=$RPM_BUILD_ROOT
|
|||
%if %{enable_boom}
|
||||
(
|
||||
cd ../%{boom_dir}
|
||||
%py2_install
|
||||
%{__python} setup.py install --optimize 2 --root %{buildroot}
|
||||
|
||||
# Install Grub2 integration scripts
|
||||
install -d -m 700 ${RPM_BUILD_ROOT}/etc/grub.d
|
||||
|
|
Loading…
Reference in New Issue