diff --git a/stratovirt-0.1.0.tar.gz b/stratovirt-0.1.0.tar.gz index a5ecbe1..6c4c0db 100644 Binary files a/stratovirt-0.1.0.tar.gz and b/stratovirt-0.1.0.tar.gz differ diff --git a/stratovirt.spec b/stratovirt.spec index d1b1ff4..7530533 100644 --- a/stratovirt.spec +++ b/stratovirt.spec @@ -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 - 0.1.0-1 +* Wed Jan 13 2021 LiangZhang - 0.1.0-3 +- Type:NA +- ID:NA +- SUG:NA +- DESC:Update package to latest source + +* Wed Jan 13 2021 XuFei - 0.1.0-2 +- Type:NA +- ID:NA +- SUG:NA +- DESC:Modify summary and description for spec + +* Thu Jul 16 2020 Xu Yandong - 0.1.0-1 - Initial package