From 084e8ccebf16136b9f06daa2204e093ab546ba72 Mon Sep 17 00:00:00 2001 From: zhage Date: Wed, 6 Jan 2021 21:08:19 +0800 Subject: [PATCH] spec: fix a spelling error of spec. Signed-off-by: zhage --- stratovirt.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/stratovirt.spec b/stratovirt.spec index d1b1ff4..709a127 100644 --- a/stratovirt.spec +++ b/stratovirt.spec @@ -6,11 +6,11 @@ Name: stratovirt Version: 0.1.0 -Release: 1 +Release: 2 Summary: StratoVirt is an opensource VMM(Vritual Machine Manager) which aims to emulate and manage light-weight virtual machines for serverless runtime. License: Mulan PSL v2 -URL: https://gitee.com/openeuler/StratoVirt +URL: https://gitee.com/openeuler/stratovirt Source0: %{name}-%{version}.tar.gz ExclusiveArch: x86_64 aarch64 @@ -58,5 +58,8 @@ sed -i 's/rustflags = \[/rustflags = \["-Clink-arg=-lgcc", "-Clink-arg=-lfdt", / chmod 550 ${RPM_BUILD_ROOT}/usr/bin/stratovirt %changelog +* Wen Jan 6 2020 zhage +- fix a spelling error. + * Thu Jul 16 03:19:44 EDT 2020 Xu Yandong - 0.1.0-1 - Initial package -- Gitee