fix device model display version

Remove quotation marks from build version and tag to be likely upstream
version.

The tag will be 20XXwYY.Z.140000p due to autospec requeriments.
Please note the change between upstream tag which is the "-"
between Z and 140000p.

resolves https://github.com/projectacrn/acrn-hypervisor/issues/4132
This commit is contained in:
Miguel Bernal Marin 2020-03-10 11:38:15 -06:00
parent c7fef62168
commit 4f12c13704
2 changed files with 2 additions and 2 deletions

View File

@ -142,7 +142,7 @@ export CFLAGS="$CFLAGS -fno-lto "
export FCFLAGS="$CFLAGS -fno-lto "
export FFLAGS="$CFLAGS -fno-lto "
export CXXFLAGS="$CXXFLAGS -fno-lto "
make %{?_smp_mflags} RELEASE=0 all sbl-hypervisor BUILD_VERSION=”%{version}_%{release}” BUILD_TAG=”%{version}”
make %{?_smp_mflags} RELEASE=0 all sbl-hypervisor BUILD_VERSION=%{version}_%{release} BUILD_TAG=acrn-%{version}
%install

View File

@ -1 +1 @@
RELEASE=0 all sbl-hypervisor BUILD_VERSION=”%{version}_%{release}” BUILD_TAG=”%{version}”
RELEASE=0 all sbl-hypervisor BUILD_VERSION=%{version}_%{release} BUILD_TAG=acrn-%{version}