!613 [sync] PR-612: add Requires libgcc

From: @openeuler-sync-bot 
Reviewed-by: @yezengruan 
Signed-off-by: @yezengruan
This commit is contained in:
openeuler-ci-bot 2022-07-26 10:14:58 +00:00 committed by Gitee
commit 9931eba224
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: qemu Name: qemu
Version: 6.2.0 Version: 6.2.0
Release: 43 Release: 44
Epoch: 2 Epoch: 2
Summary: QEMU is a generic and open source machine emulator and virtualizer Summary: QEMU is a generic and open source machine emulator and virtualizer
License: GPLv2 and BSD and MIT and CC-BY-SA-4.0 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-iscsi
Requires(postun): qemu-block-curl Requires(postun): qemu-block-curl
Requires(postun): qemu-hw-usb-host Requires(postun): qemu-hw-usb-host
Requires: libgcc
%description %description
@ -785,6 +786,9 @@ getent passwd qemu >/dev/null || \
%endif %endif
%changelog %changelog
* Mon Jul 25 2022 yezengruan <yezengruan@huawei.com> - 2:6.2.0-44
- add Requires libgcc
* Tue Jul 19 2022 cenhuilin <cenhuilin@kylinos.cn> - 2:6.2.0-43 * Tue Jul 19 2022 cenhuilin <cenhuilin@kylinos.cn> - 2:6.2.0-43
- softmmu Always initialize xlat in address_space_tran (CVE-2022-35414) - softmmu Always initialize xlat in address_space_tran (CVE-2022-35414)