From b9e6114c9f9a382792940f66e36c65dfe481130d Mon Sep 17 00:00:00 2001 From: shiguangyin Date: Tue, 29 Oct 2024 09:31:32 +0800 Subject: [PATCH] Modify the qemu.spec file Change infortmation in the qemu.spec file to information Signed-off-by: shiguangyin --- qemu.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/qemu.spec b/qemu.spec index 07c8cda..6e2a8ca 100644 --- a/qemu.spec +++ b/qemu.spec @@ -3,7 +3,7 @@ Name: qemu Version: 6.2.0 -Release: 101 +Release: 102 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 @@ -1157,7 +1157,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 @@ -1668,6 +1668,8 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Tue Oct 29 2024 shiguangyin - 10:6.2.0-102 +- Change infortmation to information * Mon Oct 21 2024 - 10:6.2.0-101 - python/aqmp: use absolute import statement - sysemu: Cleanup qemu_run_machine_init_done_notifiers() -- Gitee