diff --git a/qemu.spec b/qemu.spec index 417538f311777fb9038083c1f32ebf5c4657b46d..90851f5ab66cbd4c26543d78e2ed09ea53b7bf59 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)