diff --git a/qemu.spec b/qemu.spec index 2725884b2d0340e01ad8e3d446d18f6a2ca18c92..f12e6d95a22d59fdc7eb3c44738262c9c1616f11 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,6 +1,6 @@ Name: qemu Version: 4.1.0 -Release: 49 +Release: 50 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 @@ -371,6 +371,8 @@ Requires(post): /usr/sbin/useradd Requires(post): systemd-units Requires(preun): systemd-units Requires(postun): systemd-units +Requires(postun): qemu-block-iscsi + %description QEMU is a FAST! processor emulator using dynamic translation to achieve good emulation speed. @@ -699,6 +701,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Thu Mar 11 2021 Huawei Technologies Co., Ltd +- qemu.spec: add iscsi rpm package requirement + * Wed Mar 10 2021 Huawei Technologies Co., Ltd - qemu.spec: make iscsi rpm package