From a650a5c5100fb38ba24605b8e63505efe4c70333 Mon Sep 17 00:00:00 2001 From: Alex Chen Date: Fri, 8 Jan 2021 14:00:45 +0800 Subject: [PATCH] spec: updating the license info Specify the version of CC-BY license Signed-off-by: Alex Chen --- qemu.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qemu.spec b/qemu.spec index fc061e3..a41c459 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,9 +1,9 @@ Name: qemu Version: 4.1.0 -Release: 39 +Release: 40 Epoch: 2 Summary: QEMU is a generic and open source machine emulator and virtualizer -License: GPLv2 and BSD and MIT and CC-BY +License: GPLv2 and BSD and MIT and CC-BY-SA-4.0 URL: http://www.qemu.org Source0: https://www.qemu.org/download/%{name}-%{version}%{?rcstr}.tar.xz Source1: 80-kvm.rules -- Gitee