From 00b27b77c124661aa751927f5fdad291ba6be625 Mon Sep 17 00:00:00 2001 From: Miguel Bernal Marin Date: Tue, 22 Oct 2019 10:39:02 -0500 Subject: [PATCH] acrn-hypervisor: Autospec creation for update from version 2019w42.3.140000p to version 2019w43.1.140000p --- Makefile | 2 +- acrn-hypervisor.spec | 25 +++++++++++++------------ buildreq_cache | 2 ++ options.conf | 2 +- release | 2 +- upstream | 2 +- versions | 2 +- 7 files changed, 20 insertions(+), 17 deletions(-) create mode 100644 buildreq_cache diff --git a/Makefile b/Makefile index 6f517bd..a6edbd1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := acrn-hypervisor -URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w42.3-140000p.tar.gz +URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w43.1-140000p.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/acrn-hypervisor.spec b/acrn-hypervisor.spec index e2ebd24..7c9328c 100644 --- a/acrn-hypervisor.spec +++ b/acrn-hypervisor.spec @@ -4,10 +4,10 @@ # %define keepstatic 1 Name : acrn-hypervisor -Version : 2019w42.3.140000p -Release : 242 -URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w42.3-140000p.tar.gz -Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w42.3-140000p.tar.gz +Version : 2019w43.1.140000p +Release : 243 +URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w43.1-140000p.tar.gz +Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w43.1-140000p.tar.gz Summary : No detailed summary available Group : Development/Tools License : BSD-3-Clause CC-BY-4.0 ISC @@ -40,6 +40,7 @@ BuildRequires : python3 BuildRequires : systemd-dev BuildRequires : telemetrics-client BuildRequires : telemetrics-client-dev +BuildRequires : util-linux # Suppress stripping binaries %define __strip /bin/true %define debug_package %{nil} @@ -135,14 +136,14 @@ staticdev components for the acrn-hypervisor package. %prep -%setup -q -n acrn-hypervisor-acrn-2019w42.3-140000p +%setup -q -n acrn-hypervisor-acrn-2019w43.1-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=1571241823 +export SOURCE_DATE_EPOCH=1571758704 export GCC_IGNORE_WERROR=1 export CFLAGS="$CFLAGS -fno-lto " export FCFLAGS="$CFLAGS -fno-lto " @@ -152,14 +153,14 @@ make %{?_smp_mflags} all sbl-hypervisor BUILD_VERSION=”%{version}_%{release} %install -export SOURCE_DATE_EPOCH=1571241823 +export SOURCE_DATE_EPOCH=1571758704 rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/package-licenses/acrn-hypervisor -cp %{_builddir}/acrn-hypervisor-acrn-2019w42.3-140000p/LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/3cc9b5c24d3ab78578359aa1b98166ee5cf6df9b -cp %{_builddir}/acrn-hypervisor-acrn-2019w42.3-140000p/doc/LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/50862f16be94cd4a0162ee82eb55697c5b54c70e -cp %{_builddir}/acrn-hypervisor-acrn-2019w42.3-140000p/misc/acrn-config/kconfig/LICENSE.kconfiglib %{buildroot}/usr/share/package-licenses/acrn-hypervisor/0256be14ad1f607cb4bd89d716442115dab0294c -cp %{_builddir}/acrn-hypervisor-acrn-2019w42.3-140000p/misc/acrn-config/library/hypervisor_license %{buildroot}/usr/share/package-licenses/acrn-hypervisor/e769dc34d30330fcb407f27559c817e502fdfb13 -cp %{_builddir}/acrn-hypervisor-acrn-2019w42.3-140000p/misc/tools/acrn-crashlog/license_header %{buildroot}/usr/share/package-licenses/acrn-hypervisor/b63d865a65562d341e07541b47e5b542a3e2ca67 +cp %{_builddir}/acrn-hypervisor-acrn-2019w43.1-140000p/LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/3cc9b5c24d3ab78578359aa1b98166ee5cf6df9b +cp %{_builddir}/acrn-hypervisor-acrn-2019w43.1-140000p/doc/LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/50862f16be94cd4a0162ee82eb55697c5b54c70e +cp %{_builddir}/acrn-hypervisor-acrn-2019w43.1-140000p/misc/acrn-config/kconfig/LICENSE.kconfiglib %{buildroot}/usr/share/package-licenses/acrn-hypervisor/0256be14ad1f607cb4bd89d716442115dab0294c +cp %{_builddir}/acrn-hypervisor-acrn-2019w43.1-140000p/misc/acrn-config/library/hypervisor_license %{buildroot}/usr/share/package-licenses/acrn-hypervisor/e769dc34d30330fcb407f27559c817e502fdfb13 +cp %{_builddir}/acrn-hypervisor-acrn-2019w43.1-140000p/misc/tools/acrn-crashlog/license_header %{buildroot}/usr/share/package-licenses/acrn-hypervisor/b63d865a65562d341e07541b47e5b542a3e2ca67 %make_install sbl-hypervisor-install hypervisor-install-debug sbl-hypervisor-install-debug ## install_append content mkdir -p %{buildroot}/usr/lib/systemd/system/multi-user.target.wants diff --git a/buildreq_cache b/buildreq_cache new file mode 100644 index 0000000..f7a6c52 --- /dev/null +++ b/buildreq_cache @@ -0,0 +1,2 @@ +2019w43.1.140000p +util-linux \ No newline at end of file diff --git a/options.conf b/options.conf index 051f393..f27c58e 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = acrn-hypervisor -url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w42.3-140000p.tar.gz +url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w43.1-140000p.tar.gz archives = giturl = https://github.com/projectacrn/acrn-hypervisor.git domain = diff --git a/release b/release index bfd03ab..77f8323 100644 --- a/release +++ b/release @@ -1 +1 @@ -242 +243 diff --git a/upstream b/upstream index 1c40110..05cc78a 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -2fcc8f14f4aef59c99bf7de814bc22ca4e6dbbad/acrn-2019w42.3-140000p.tar.gz +722bf547298379ebbcd11112796c3cc279f1bd05/acrn-2019w43.1-140000p.tar.gz diff --git a/versions b/versions index 61c81e9..cccadcd 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -2019w42.3.140000p +2019w43.1.140000p