From 7e89dcfc7a51373b553d25b148c324613c91b95d Mon Sep 17 00:00:00 2001 From: Ming Yang Date: Tue, 11 May 2021 11:12:51 +0000 Subject: [PATCH] add qemu-block-iscsi installing requirement. Signed-off-by: Ming Yang --- qemu.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/qemu.spec b/qemu.spec index 8003c53..6924469 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,6 +1,6 @@ Name: qemu Version: 4.1.0 -Release: 41 +Release: 42 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(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. @@ -668,6 +669,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Tue May 2021 Ming Yang +- add qemu-block-iscsi installing requirement + * Sun Apr 25 2021 Chuan Zheng - migration/dirtyrate: add dirtyrate fearure for migration - migration/multifd-tls: add multifd for tls migration -- Gitee