diff --git a/qemu.spec b/qemu.spec index 5e248de0db4284719d08ae515e8a44de6301b38e..8f7892f302ce874edbd894abed30812383a38022 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,6 +1,6 @@ Name: qemu Version: 6.2.0 -Release: 43 +Release: 44 Epoch: 2 Summary: QEMU is a generic and open source machine emulator and virtualizer License: GPLv2 and BSD and MIT and CC-BY-SA-4.0 @@ -342,6 +342,7 @@ Requires(postun): systemd-units Requires(postun): qemu-block-iscsi Requires(postun): qemu-block-curl Requires(postun): qemu-hw-usb-host +Requires: libgcc %description @@ -785,6 +786,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Mon Jul 25 2022 yezengruan - 2:6.2.0-44 +- add Requires libgcc + * Tue Jul 19 2022 cenhuilin - 2:6.2.0-43 - softmmu Always initialize xlat in address_space_tran (CVE-2022-35414)