diff --git a/.gitignore b/.gitignore index 361ec26..e1b4df0 100644 --- a/.gitignore +++ b/.gitignore @@ -2,9 +2,11 @@ *~ *.swp .repo-index -*.log* -*.tar* +*.log +build.log.round* +*.tar.* *.tgz +!*.tar.*.* *.zip commitmsg results/ diff --git a/Makefile b/Makefile index 37f8c5a..936e8d4 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := acrn-hypervisor -URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w21.4-215600p.tar.gz +URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w22.2-170000p.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/acrn-hypervisor.spec b/acrn-hypervisor.spec index 0cf29c4..be5ab5e 100644 --- a/acrn-hypervisor.spec +++ b/acrn-hypervisor.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : acrn-hypervisor -Version : 2018w21.4.215600p -Release : 13 -URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w21.4-215600p.tar.gz -Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w21.4-215600p.tar.gz +Version : 2018w22.2.170000p +Release : 14 +URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w22.2-170000p.tar.gz +Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w22.2-170000p.tar.gz Summary : No detailed summary available Group : Development/Tools License : BSD-3-Clause CC-BY-4.0 @@ -17,6 +17,7 @@ Requires: acpica-unix2 BuildRequires : gnu-efi BuildRequires : gnu-efi-dev BuildRequires : libevent-dev +BuildRequires : libusb-dev BuildRequires : libxml2-dev BuildRequires : pkgconfig(openssl) BuildRequires : pkgconfig(pciaccess) @@ -60,18 +61,18 @@ data components for the acrn-hypervisor package. %prep -%setup -q -n acrn-hypervisor-acrn-2018w21.4-215600p +%setup -q -n acrn-hypervisor-acrn-2018w22.2-170000p %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 -export SOURCE_DATE_EPOCH=1527175468 +export SOURCE_DATE_EPOCH=1527594534 make %{?_smp_mflags} all sbl-hypervisor %install -export SOURCE_DATE_EPOCH=1527175468 +export SOURCE_DATE_EPOCH=1527594534 rm -rf %{buildroot} %make_install install sbl-hypervisor-install diff --git a/options.conf b/options.conf index 1ba0dcd..ae95750 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = acrn-hypervisor -url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w21.4-215600p.tar.gz +url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w22.2-170000p.tar.gz archives = giturl = diff --git a/release b/release index b1bd38b..8351c19 100644 --- a/release +++ b/release @@ -1 +1 @@ -13 +14 diff --git a/upstream b/upstream index 293c114..b665f13 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -e0b80021fa8bc35bb80071919a933222ca4662e8/acrn-2018w21.4-215600p.tar.gz +6976221f35037bb10a39fbc27329151f907f91b0/acrn-2018w22.2-170000p.tar.gz diff --git a/used_libs b/used_libs index bf70839..aca8928 100644 --- a/used_libs +++ b/used_libs @@ -5,5 +5,6 @@ libpciaccess.so.0 libpthread.so.0 librt.so.1 libsystemd.so.0 +libusb-1.0.so.0 libuuid.so.1 libxml2.so.2