diff --git a/qemu.spec b/qemu.spec index 07c8cda9987a5bf77367a213940a287d6c67d2fa..6e2a8cae2766d56c79c85f5f46885fc05de7fc26 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()