From 9ba0dbe2c86fe32c9ebdaebbb4b1e65c10ea8a5f Mon Sep 17 00:00:00 2001 From: yezengruan Date: Sun, 9 Oct 2022 11:30:29 +0800 Subject: [PATCH] Unified license name specification --- stratovirt.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/stratovirt.spec b/stratovirt.spec index f4f06ad..db0b548 100644 --- a/stratovirt.spec +++ b/stratovirt.spec @@ -6,10 +6,10 @@ Name: stratovirt Version: 2.2.0 -Release: 8 +Release: 9 Summary: StratoVirt is an opensource VMM(Virtual Machine Manager) which aims to perform next generation virtualization. -License: Mulan PSL v2 +License: MulanPSL-2.0 URL: https://gitee.com/openeuler/StratoVirt Source0: %{name}-%{version}.tar.gz @@ -94,6 +94,9 @@ install -d %{buildroot}%{_libdir}/stratovirt/static install -D -m555 ./target/%{rust_musl_target}/release/stratovirt %{buildroot}%{_libdir}/stratovirt/static %changelog +* Sun Oct 09 2022 yezengruan - 2.2.0-9 +- Unified license name specification + * Tue Sep 20 2022 yezengruan - 2.2.0-8 - Add cargo test and build Requires edk2