From 1bca0190464fe11cc8dd6d413a7e459e939bccf8 Mon Sep 17 00:00:00 2001 From: Miguel Bernal Marin Date: Thu, 5 Sep 2019 12:02:28 -0500 Subject: [PATCH] acrn-hypervisor: Autospec creation for update from version 2019w35.1.140000p to version 2019w36.2.140000p --- Makefile | 2 +- acrn-hypervisor.spec | 39 +++++++++++++++++++++++++-------------- options.conf | 2 +- release | 2 +- upstream | 2 +- versions | 2 +- 6 files changed, 30 insertions(+), 19 deletions(-) diff --git a/Makefile b/Makefile index 0fb5ba6..5a96c24 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := acrn-hypervisor -URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w35.1-140000p.tar.gz +URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w36.2-140000p.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/acrn-hypervisor.spec b/acrn-hypervisor.spec index e65eaa4..f024ecd 100644 --- a/acrn-hypervisor.spec +++ b/acrn-hypervisor.spec @@ -4,10 +4,10 @@ # %define keepstatic 1 Name : acrn-hypervisor -Version : 2019w35.1.140000p -Release : 229 -URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w35.1-140000p.tar.gz -Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w35.1-140000p.tar.gz +Version : 2019w36.2.140000p +Release : 230 +URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w36.2-140000p.tar.gz +Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w36.2-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-2019w35.1-140000p +%setup -q -n acrn-hypervisor-acrn-2019w36.2-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=1567019593 +export SOURCE_DATE_EPOCH=1567702876 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=1567019593 +export SOURCE_DATE_EPOCH=1567702876 rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/package-licenses/acrn-hypervisor cp LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/LICENSE @@ -172,12 +172,25 @@ ln -s ../../samples/apl-mrb/launch_uos.sh %{buildroot}/usr/share/acrn/conf/add/v %files %defattr(-,root,root,-) -/usr/lib/acrn/acrn.apl-nuc.32.out -/usr/lib/acrn/acrn.apl-up2.sbl -/usr/lib/acrn/acrn.apl-up2.sbl.map -/usr/lib/acrn/acrn.apl-up2.sbl.out +/usr/lib/acrn/acrn.apl-mrb.sbl.sdc.32.out +/usr/lib/acrn/acrn.apl-mrb.sbl.sdc.map +/usr/lib/acrn/acrn.apl-mrb.sbl.sdc.out +/usr/lib/acrn/acrn.apl-nuc.sdc.efi +/usr/lib/acrn/acrn.apl-nuc.sdc.efi.map +/usr/lib/acrn/acrn.apl-nuc.sdc.efi.out +/usr/lib/acrn/acrn.apl-nuc.uefi.sdc.32.out +/usr/lib/acrn/acrn.apl-nuc.uefi.sdc.map +/usr/lib/acrn/acrn.apl-nuc.uefi.sdc.out +/usr/lib/acrn/acrn.apl-up2.sbl.sdc.32.out +/usr/lib/acrn/acrn.apl-up2.sbl.sdc.map +/usr/lib/acrn/acrn.apl-up2.sbl.sdc.out /usr/lib/acrn/acrn.efi -/usr/lib/acrn/acrn.sbl +/usr/lib/acrn/acrn.kbl-nuc-i7.industry.efi +/usr/lib/acrn/acrn.kbl-nuc-i7.industry.efi.map +/usr/lib/acrn/acrn.kbl-nuc-i7.industry.efi.out +/usr/lib/acrn/acrn.kbl-nuc-i7.uefi.industry.32.out +/usr/lib/acrn/acrn.kbl-nuc-i7.uefi.industry.map +/usr/lib/acrn/acrn.kbl-nuc-i7.uefi.industry.out /usr/lib/systemd/network/50-acrn.netdev /usr/lib/systemd/network/50-acrn.network /usr/lib/systemd/network/50-eth.network @@ -251,8 +264,6 @@ ln -s ../../samples/apl-mrb/launch_uos.sh %{buildroot}/usr/share/acrn/conf/add/v %defattr(-,root,root,-) /usr/lib/acrn/acrn.efi.map /usr/lib/acrn/acrn.efi.out -/usr/lib/acrn/acrn.sbl.map -/usr/lib/acrn/acrn.sbl.out %files license %defattr(0644,root,root,0755) diff --git a/options.conf b/options.conf index 7d193bd..a1b1285 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = acrn-hypervisor -url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w35.1-140000p.tar.gz +url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w36.2-140000p.tar.gz archives = giturl = https://github.com/projectacrn/acrn-hypervisor.git diff --git a/release b/release index bf18240..dcb6b5b 100644 --- a/release +++ b/release @@ -1 +1 @@ -229 +230 diff --git a/upstream b/upstream index 4b07b18..f106f11 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -a51042f51fe89e4bd9144fe6fc2f86489e85597c/acrn-2019w35.1-140000p.tar.gz +b6cb6177346d9742cba8c3dc654c0fe66ed89b4f/acrn-2019w36.2-140000p.tar.gz diff --git a/versions b/versions index ccb16c9..ec81dd9 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -2019w35.1.140000p +2019w36.2.140000p