acrn-hypervisor: Autospec creation for version 2018w21.4.160000p

This commit is contained in:
Miguel Bernal Marin 2018-05-24 04:53:30 -05:00
parent 1e2ff2f853
commit cd1773b3e4
7 changed files with 68 additions and 25 deletions

17
.gitignore vendored
View File

@ -1,11 +1,12 @@
.*~
*~
*.swp
*xz
*gz
build.log.*
mock_*.log
results
.repo-index
*.log
build.log.round*
*.tar.*
*.tgz
!*.tar.*.*
*.zip
commitmsg
results/

View File

@ -1,5 +1,5 @@
PKG_NAME := acrn-hypervisor
URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w20.6-081600p.tar.gz
URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w21.4-160000p.tar.gz
ARCHIVES =
include ../common/Makefile.common

View File

@ -3,25 +3,34 @@
# Generated by: autospec.py
#
Name : acrn-hypervisor
Version : 2018w20.6.081600p
Release : 11
URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w20.6-081600p.tar.gz
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w20.6-081600p.tar.gz
Version : 2018w21.4.160000p
Release : 12
URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w21.4-160000p.tar.gz
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w21.4-160000p.tar.gz
Summary : No detailed summary available
Group : Development/Tools
License : BSD-3-Clause CC-BY-4.0
Requires: acrn-hypervisor-bin
Requires: acrn-hypervisor-config
Requires: acrn-hypervisor-data
Requires: acpica-unix2
BuildRequires : gnu-efi
BuildRequires : gnu-efi-dev
BuildRequires : libevent-dev
BuildRequires : libxml2-dev
BuildRequires : pkgconfig(openssl)
BuildRequires : pkgconfig(pciaccess)
BuildRequires : pkgconfig(uuid)
BuildRequires : pkgconfig(zlib)
BuildRequires : systemd-dev
BuildRequires : telemetrics-client-dev
# Suppress stripping binaries
%define __strip /bin/true
%define debug_package %{nil}
Patch1: 0001-samples-move-samples-to-specifi-platform-diretory.patch
Patch2: 0002-hypervisor-install-acrn.efi-to-usr-lib.patch
Patch3: 0003-hypervisor-install-acrn.32.out-to-usr-lib-acrn-acrn..patch
Patch4: 0004-Makefile-add-a-target-to-build-sbl-hypervisor.patch
%description
This directory contains configuration files to ignore errors found in
@ -32,11 +41,20 @@ now can be safely ignored.
Summary: bin components for the acrn-hypervisor package.
Group: Binaries
Requires: acrn-hypervisor-data
Requires: acrn-hypervisor-config
%description bin
bin components for the acrn-hypervisor package.
%package config
Summary: config components for the acrn-hypervisor package.
Group: Default
%description config
config components for the acrn-hypervisor package.
%package data
Summary: data components for the acrn-hypervisor package.
Group: Data
@ -46,34 +64,55 @@ data components for the acrn-hypervisor package.
%prep
%setup -q -n acrn-hypervisor-acrn-2018w20.6-081600p
%setup -q -n acrn-hypervisor-acrn-2018w21.4-160000p
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%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=1526712394
make %{?_smp_mflags}
export SOURCE_DATE_EPOCH=1527155602
make %{?_smp_mflags} all sbl-hypervisor
%install
export SOURCE_DATE_EPOCH=1526712394
export SOURCE_DATE_EPOCH=1527155602
rm -rf %{buildroot}
%make_install
%make_install install sbl-hypervisor-install
%files
%defattr(-,root,root,-)
/usr/lib/acrn/acrn.efi
/usr/lib/acrn/acrn.sbl
%files bin
%defattr(-,root,root,-)
/usr/bin/acrn-dm
/usr/bin/acrnctl
/usr/bin/acrnlog
/usr/bin/acrnprobe
/usr/bin/acrnprobe_prepare.sh
/usr/bin/acrntrace
/usr/bin/debugger
/usr/bin/usercrash_c
/usr/bin/usercrash_s
%files config
%defattr(-,root,root,-)
/usr/lib/systemd/system.conf.d/40-watchdog.conf
/usr/lib/systemd/system/acrnprobe.service
/usr/lib/systemd/system/prepare.service
/usr/lib/systemd/system/usercrash.service
%files data
%defattr(-,root,root,-)
/usr/share/acrn/acrn.efi
/usr/share/acrn/demo/acrn.conf
/usr/share/acrn/demo/bridge.sh
/usr/share/acrn/demo/launch_uos.sh
/usr/share/acrn/samples/apl-mrb/launch_uos.sh
/usr/share/acrn/samples/apl-mrb/sos_bootargs_debug.txt
/usr/share/acrn/samples/apl-mrb/sos_bootargs_release.txt
/usr/share/acrn/samples/nuc/acrn.conf
/usr/share/acrn/samples/nuc/bridge.sh
/usr/share/acrn/samples/nuc/launch_uos.sh
/usr/share/defaults/telemetrics/acrnprobe.xml

View File

@ -1,6 +1,6 @@
[package]
name = acrn-hypervisor
url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w20.6-081600p.tar.gz
url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w21.4-160000p.tar.gz
archives =
giturl =

View File

@ -1 +1 @@
11
12

View File

@ -1 +1 @@
385f704b4d3bbddf4eefffcbba79a7993c7340b3/acrn-2018w20.6-081600p.tar.gz
c5669953e2b75431593b0e864fd3a7984c79c36e/acrn-2018w21.4-160000p.tar.gz

View File

@ -1,6 +1,9 @@
libc.so.6
libcrypto.so.1.0.0
libevent-2.1.so.6
libpciaccess.so.0
libpthread.so.0
librt.so.1
libsystemd.so.0
libuuid.so.1
libxml2.so.2