2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-18 12:20:40 +00:00

Missing version when building xcat-genesis-base

This commit is contained in:
ertaozh
2016-10-25 09:36:22 -04:00
parent 0c84550441
commit c0e4fbc866
2 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,7 @@ if [ $BUILDARCH = 'ppc64' -a $HOSTOS != 'mcp' -a $HOSTOS != '-y' ]; then
echo "2. Download Mellanox EN Driver for Linux from http://www.mellanox.com/downloads/Drivers/mlnx-en-3.2-1.0.1.1.tgz"
echo "3. Extract it and run ./install.sh from the extracted directory"
echo " tar -xvf mlnx-en-3.2-1.0.1.1.tgz"
echo " ./mlnx-en-3.2-1.0.1/install.sh"
echo " ./mlnx-en-3.2-1.0.1.1/install.sh"
echo "4. Check whether the mlx4 driver is updated"
echo " modprobe mlx4-en"
echo " modinfo mlx4-en | grep version"

View File

@ -1,3 +1,4 @@
%define version 2.12
Version: %{?version:%{version}}%{!?version:%(cat Version)}
Release: %{?release:%{release}}%{!?release:snap%(date +"%Y%m%d%H%M")}
%ifarch i386 i586 i686 x86