!78 Update to StratoVirt 2.2.0-rc6
From: @yezengruan Reviewed-by: @ooorz Signed-off-by: @ooorz
This commit is contained in:
commit
59a9e424cd
Binary file not shown.
@ -6,7 +6,7 @@
|
||||
|
||||
Name: stratovirt
|
||||
Version: 2.2.0
|
||||
Release: 9
|
||||
Release: 10
|
||||
Summary: StratoVirt is an opensource VMM(Virtual Machine Manager) which aims to perform next generation virtualization.
|
||||
|
||||
License: MulanPSL-2.0
|
||||
@ -29,12 +29,20 @@ Requires: edk2-aarch64
|
||||
BuildRequires: dtc-devel
|
||||
%endif
|
||||
|
||||
BuildRequires: rust
|
||||
BuildRequires: cargo
|
||||
BuildRequires: rust-packaging
|
||||
BuildRequires: cyrus-sasl
|
||||
BuildRequires: cyrus-sasl-devel
|
||||
BuildRequires: gcc
|
||||
BuildRequires: libcap
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: libcap-ng
|
||||
BuildRequires: libcap-ng-devel
|
||||
BuildRequires: libseccomp
|
||||
BuildRequires: libseccomp-devel
|
||||
BuildRequires: pixman
|
||||
BuildRequires: pixman-devel
|
||||
BuildRequires: rust
|
||||
BuildRequires: rust-packaging
|
||||
|
||||
%ifarch x86_64
|
||||
%define rust_gnu_target x86_64-unknown-linux-gnu
|
||||
@ -89,11 +97,16 @@ rm -rf %{buildroot}
|
||||
install -d %{buildroot}%{_bindir}
|
||||
install -D -m555 ./target/%{rust_gnu_target}/release/stratovirt %{buildroot}%{_bindir}
|
||||
install -D -m555 ./target/%{rust_musl_target}/release/ozone %{buildroot}%{_bindir}
|
||||
install -D -m555 ./target/%{rust_gnu_target}/release/vhost_user_fs %{buildroot}%{_bindir}
|
||||
|
||||
install -d %{buildroot}%{_libdir}/stratovirt/static
|
||||
install -D -m555 ./target/%{rust_musl_target}/release/stratovirt %{buildroot}%{_libdir}/stratovirt/static
|
||||
install -D -m555 ./target/%{rust_musl_target}/release/vhost_user_fs %{buildroot}%{_libdir}/stratovirt/static
|
||||
|
||||
%changelog
|
||||
* Thu Dec 01 2022 yezengruan <yezengruan@huawei.com> - 2.2.0-10
|
||||
- Update to StratoVirt 2.2.0-rc6
|
||||
|
||||
* Sun Oct 09 2022 yezengruan <yezengruan@huawei.com> - 2.2.0-9
|
||||
- Unified license name specification
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user