acrn-hypervisor: Autospec creation for update from version 2018w22.3.170000p to version 2018w22.4.163000p
This commit is contained in:
parent
7647358132
commit
538aa1b61f
|
@ -2,9 +2,11 @@
|
|||
*~
|
||||
*.swp
|
||||
.repo-index
|
||||
*.log*
|
||||
*.tar*
|
||||
*.log
|
||||
build.log.round*
|
||||
*.tar.*
|
||||
*.tgz
|
||||
!*.tar.*.*
|
||||
*.zip
|
||||
commitmsg
|
||||
results/
|
||||
|
|
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
PKG_NAME := acrn-hypervisor
|
||||
URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w22.3-170000p.tar.gz
|
||||
URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w22.4-163000p.tar.gz
|
||||
ARCHIVES =
|
||||
|
||||
include ../common/Makefile.common
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
# Generated by: autospec.py
|
||||
#
|
||||
Name : acrn-hypervisor
|
||||
Version : 2018w22.3.170000p
|
||||
Release : 15
|
||||
URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w22.3-170000p.tar.gz
|
||||
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w22.3-170000p.tar.gz
|
||||
Version : 2018w22.4.163000p
|
||||
Release : 16
|
||||
URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w22.4-163000p.tar.gz
|
||||
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w22.4-163000p.tar.gz
|
||||
Summary : No detailed summary available
|
||||
Group : Development/Tools
|
||||
License : BSD-3-Clause CC-BY-4.0
|
||||
|
@ -61,18 +61,18 @@ data components for the acrn-hypervisor package.
|
|||
|
||||
|
||||
%prep
|
||||
%setup -q -n acrn-hypervisor-acrn-2018w22.3-170000p
|
||||
%setup -q -n acrn-hypervisor-acrn-2018w22.4-163000p
|
||||
|
||||
%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=1527692039
|
||||
export SOURCE_DATE_EPOCH=1527765821
|
||||
make %{?_smp_mflags} all sbl-hypervisor
|
||||
|
||||
%install
|
||||
export SOURCE_DATE_EPOCH=1527692039
|
||||
export SOURCE_DATE_EPOCH=1527765821
|
||||
rm -rf %{buildroot}
|
||||
%make_install install sbl-hypervisor-install
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = acrn-hypervisor
|
||||
url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w22.3-170000p.tar.gz
|
||||
url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w22.4-163000p.tar.gz
|
||||
archives =
|
||||
giturl =
|
||||
|
||||
|
|
Loading…
Reference in New Issue