StratoVirt: add gcc dependency package for spec file
Signed-off-by: Fei Xu <xufei30@huawei.com>
This commit is contained in:
parent
5118a146a4
commit
8083e06bde
@ -6,7 +6,7 @@
|
||||
|
||||
Name: stratovirt
|
||||
Version: 0.3.0
|
||||
Release: 3
|
||||
Release: 4
|
||||
Summary: StratoVirt is an opensource VMM(Virtual Machine Manager) which aims to perform next generation virtualization.
|
||||
|
||||
License: Mulan PSL v2
|
||||
@ -35,6 +35,7 @@ BuildRequires: dtc-devel
|
||||
BuildRequires: rust
|
||||
BuildRequires: cargo
|
||||
BuildRequires: rust-packaging
|
||||
BuildRequires: gcc
|
||||
|
||||
%description
|
||||
Based on Rust programming language, StratoVirt is lightweight, efficient and safe. StratoVirt reduces memory resource consumption and improves VM startup speed while retains isolation capability and security capability of traditional virtualization. StratoVirt works with iSulad and Kata container, and can be integrated in Kubernetes ecosystem perfectly. The current version can be applied to microservices or serverless scenarios. StratoVirt reserves interface and design for importing more features, even standard virtualization.
|
||||
@ -68,6 +69,12 @@ sed -i 's/rustflags = \[/rustflags = \["-Clink-arg=-lgcc", "-Clink-arg=-lfdt", /
|
||||
chmod 550 ${RPM_BUILD_ROOT}/usr/bin/stratovirt
|
||||
|
||||
%changelog
|
||||
* Wed Jun 16 2021 XuFei <xufei30@huawei.com> - 0.3.0-4
|
||||
- Type:NA
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC:add gcc dependency package
|
||||
|
||||
* Sun May 28 2021 XuFei <xufei30@huawei.com> - 0.3.0-3
|
||||
- Type:NA
|
||||
- ID:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user