From 43bff1e13e3afb76f36a1bd21b49b4c145eed706 Mon Sep 17 00:00:00 2001 From: Jiajie Li Date: Thu, 11 Mar 2021 21:08:52 +0800 Subject: [PATCH] add iscsi rpm package requirement --- qemu.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/qemu.spec b/qemu.spec index 2725884..f12e6d9 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 -- Gitee