2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-10 05:20:14 +00:00

Remove echo for version

This commit is contained in:
Chuck Brazie
2017-06-15 14:36:20 -04:00
committed by GitHub
parent 139dae3e92
commit 53dfd338f0

View File

@@ -26,7 +26,6 @@ Includes xCAT::Table, xCAT::NodeRange, among others.
%define zvm %(if [ "$zvm" = "1" ];then echo 1; else echo 0; fi)
%define fsm %(if [ "$fsm" = "1" ];then echo 1; else echo 0; fi)
%define xcatver %(cat /root/xcat-build/xcat-core/Version)
%define builddate %(date)
%prep
%setup -q -n perl-xCAT
@@ -99,8 +98,6 @@ chmod 644 $RPM_BUILD_ROOT/%{prefix}/share/doc/packages/perl-xCAT/*
cp README $RPM_BUILD_ROOT/%{prefix}
chmod 644 $RPM_BUILD_ROOT/%{prefix}/README
echo "xCAT version: "%{xcatver} "Built on: "%{builddate} > $RPM_BUILD_ROOT/opt/xcat/version
%if %fsm
%else
# These were built dynamically in the build phase