update package source to the latest

Signed-off-by: LiangZhang <zhangliang5@huawei.com>
This commit is contained in:
LiangZhang 2021-01-14 09:51:59 +08:00
parent dfc5430683
commit 940a6d84c9
2 changed files with 16 additions and 5 deletions

Binary file not shown.

View File

@ -6,8 +6,8 @@
Name: stratovirt
Version: 0.1.0
Release: 1
Summary: StratoVirt is an opensource VMM(Vritual Machine Manager) which aims to emulate and manage light-weight virtual machines for serverless runtime.
Release: 3
Summary: StratoVirt is an opensource VMM(Virtual Machine Manager) which aims to perform next generation virtualization.
License: Mulan PSL v2
URL: https://gitee.com/openeuler/StratoVirt
@ -26,8 +26,7 @@ BuildRequires: cargo
BuildRequires: rust-packaging
%description
StratoVirt is an opensource VMM(Vritual Machine Manager) which aims to emulate and manage light-weight
virtual machines for serverless runtime.
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.
Summary: %{summary}
@ -58,5 +57,17 @@ sed -i 's/rustflags = \[/rustflags = \["-Clink-arg=-lgcc", "-Clink-arg=-lfdt", /
chmod 550 ${RPM_BUILD_ROOT}/usr/bin/stratovirt
%changelog
* Thu Jul 16 03:19:44 EDT 2020 Xu Yandong <xuyandong2@huawei.com> - 0.1.0-1
* Wed Jan 13 2021 LiangZhang <zhangliang5@huawei.com> - 0.1.0-3
- Type:NA
- ID:NA
- SUG:NA
- DESC:Update package to latest source
* Wed Jan 13 2021 XuFei <xufei30@huawei.com> - 0.1.0-2
- Type:NA
- ID:NA
- SUG:NA
- DESC:Modify summary and description for spec
* Thu Jul 16 2020 Xu Yandong <xuyandong2@huawei.com> - 0.1.0-1
- Initial package