From 903ed28a41cb7c81a809292d89404ded7f4e9a2a Mon Sep 17 00:00:00 2001 From: shiguangyin Date: Sat, 19 Oct 2024 10:19:23 +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 417538f..90851f5 100644 --- a/qemu.spec +++ b/qemu.spec @@ -3,7 +3,7 @@ Name: qemu Version: 6.2.0 -Release: 100 +Release: 101 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 @@ -1136,7 +1136,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 @@ -1647,6 +1647,8 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Sat Oct 19 2024 shiguangyin - 10:6.2.0-101 +- Change infortmation to information * Mon Oct 14 2024 - 10:6.2.0-100 - mac_dbdma: Remove leftover `dma_memory_unmap` calls(CVE-2024-8612) - softmmu: Support concurrent bounce buffers(CVE-2024-8612) -- Gitee