From e9252b53b15a61afe7fe388e872f683dc3ed59e2 Mon Sep 17 00:00:00 2001 From: Miguel Bernal Marin Date: Mon, 19 Aug 2019 10:34:16 -0500 Subject: [PATCH] acrn-hypervisor: Autospec creation for update from version 2019w33.3.140000p to version 2019w33.5.140000p David B. Kinder (3): doc: add new scenario-based intro doc: remove references to 2.0 in intro doc: add v1.2 to the release navigation picker Deb Taylor (1): Content edits Jie Deng (1): hv: vcr: check guest cr3 before loading pdptrs Yonghua Huang (1): hv: refine the function pointer type of port I/O request handlers Yuan Liu (1): dm: expand default WaaG memory to 4G huihuang.shi (1): hv: fix Violations touched ACRN Coding Guidelines lirui34 (1): doc: Release Notes v1.2 --- Makefile | 2 +- acrn-hypervisor.spec | 14 +++++++------- options.conf | 2 +- release | 2 +- upstream | 2 +- versions | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Makefile b/Makefile index 7b591cd..b3f3d80 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := acrn-hypervisor -URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w33.3-140000p.tar.gz +URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w33.5-140000p.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/acrn-hypervisor.spec b/acrn-hypervisor.spec index 87bc598..6f25d67 100644 --- a/acrn-hypervisor.spec +++ b/acrn-hypervisor.spec @@ -4,10 +4,10 @@ # %define keepstatic 1 Name : acrn-hypervisor -Version : 2019w33.3.140000p -Release : 227 -URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w33.3-140000p.tar.gz -Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w33.3-140000p.tar.gz +Version : 2019w33.5.140000p +Release : 228 +URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w33.5-140000p.tar.gz +Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w33.5-140000p.tar.gz Summary : No detailed summary available Group : Development/Tools License : BSD-3-Clause CC-BY-4.0 ISC @@ -134,14 +134,14 @@ staticdev components for the acrn-hypervisor package. %prep -%setup -q -n acrn-hypervisor-acrn-2019w33.3-140000p +%setup -q -n acrn-hypervisor-acrn-2019w33.5-140000p %build export http_proxy=http://127.0.0.1:9/ export https_proxy=http://127.0.0.1:9/ export no_proxy=localhost,127.0.0.1,0.0.0.0 export LANG=C.UTF-8 -export SOURCE_DATE_EPOCH=1565883518 +export SOURCE_DATE_EPOCH=1566228832 export GCC_IGNORE_WERROR=1 export CFLAGS="$CFLAGS -fno-lto " export FCFLAGS="$CFLAGS -fno-lto " @@ -151,7 +151,7 @@ make %{?_smp_mflags} all sbl-hypervisor BUILD_VERSION=”%{version}_%{release} %install -export SOURCE_DATE_EPOCH=1565883518 +export SOURCE_DATE_EPOCH=1566228832 rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/package-licenses/acrn-hypervisor cp LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/LICENSE diff --git a/options.conf b/options.conf index 34a78a6..303657d 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = acrn-hypervisor -url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w33.3-140000p.tar.gz +url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w33.5-140000p.tar.gz archives = giturl = https://github.com/projectacrn/acrn-hypervisor.git diff --git a/release b/release index 2c36bbd..9be0dc9 100644 --- a/release +++ b/release @@ -1 +1 @@ -227 +228 diff --git a/upstream b/upstream index e624b19..ba8c144 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -ffd70b34e23b1fddd516d10f2b94824fe89ec3c5/acrn-2019w33.3-140000p.tar.gz +fd460d5969126355dba77f4534f4ae222524a464/acrn-2019w33.5-140000p.tar.gz diff --git a/versions b/versions index e2a322b..eb5b1bc 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -2019w33.3.140000p +2019w33.5.140000p