From ffeb2cb9fd51ad42c25c46a2cfb6a73c6afe899d Mon Sep 17 00:00:00 2001 From: shiguangyin Date: Fri, 11 Oct 2024 16:48:13 +0800 Subject: [PATCH 1/2] Modify the qemu.spec file Change infortmation in the qemu.spec file to information Signed-off-by: shiguangyin --- qemu.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu.spec b/qemu.spec index fa7c941a..6ddfb71f 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1131,7 +1131,7 @@ QEMU has two operating modes: User mode emulation. In this mode, QEMU can launch processes compiled for one CPU on another CPU. It can be used to launch the Wine Windows API emulator (https://www.winehq.org) or to ease cross-compilation and cross-debugging. -You can refer to https://www.qemu.org for more infortmation. +You can refer to https://www.qemu.org for more information. %package guest-agent Summary: QEMU guest agent -- Gitee From 84c3dd157e45a0d5549588d38c238ccfcb3a9506 Mon Sep 17 00:00:00 2001 From: shiguangyin Date: Thu, 17 Oct 2024 09:08:06 +0800 Subject: [PATCH 2/2] Modify the qemu.spec file Add release and changelog information Signed-off-by: shiguangyin --- qemu.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qemu.spec b/qemu.spec index 6ddfb71f..6169229d 100644 --- a/qemu.spec +++ b/qemu.spec @@ -3,7 +3,7 @@ Name: qemu Version: 6.2.0 -Release: 99 +Release: 100 Epoch: 10 Summary: QEMU is a generic and open source machine emulator and virtualizer License: GPLv2 and BSD and MIT and CC-BY-SA-4.0 @@ -1642,6 +1642,8 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Thu Oct 17 2024 shiguangyin - 10:6.2.0-100 +- Change infortmation to information * Wed Sep 18 2024 - 10:6.2.0-99 - target/i386: Introduce SapphireRapids-v3 to add missing features - qtest/fuzz-lsi53c895a-test: set guest RAM to 2G -- Gitee