From de819dde36a4b7f0456fe0f03e1920e8b8cc5892 Mon Sep 17 00:00:00 2001 From: imxcc Date: Tue, 11 May 2021 18:02:45 +0800 Subject: [PATCH] add qemu-block-iscsi in virtualization-hypervisor group Signed-off-by: imxcc --- normal_aarch64.xml | 1 + normal_x86_64.xml | 1 + oemaker.spec | 7 ++++++- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/normal_aarch64.xml b/normal_aarch64.xml index 10650cd..d8f2c65 100644 --- a/normal_aarch64.xml +++ b/normal_aarch64.xml @@ -1423,6 +1423,7 @@ edk2-help qemu-help qemu + qemu-block-iscsi qemu-img stratovirt diff --git a/normal_x86_64.xml b/normal_x86_64.xml index 513726c..c3aba46 100644 --- a/normal_x86_64.xml +++ b/normal_x86_64.xml @@ -1425,6 +1425,7 @@ python3-libvirt qemu-help qemu + qemu-block-iscsi qemu-img stratovirt diff --git a/oemaker.spec b/oemaker.spec index e81fa56..bb3e32a 100644 --- a/oemaker.spec +++ b/oemaker.spec @@ -11,7 +11,7 @@ Summary: a duilding tool for DVD ISO making and ISO cutting License: Mulan PSL v2 Group: System/Management Version: 2.0.0 -Release: 3 +Release: 4 BuildRoot: %{_tmppath}/%{name} Source: https://gitee.com/openeuler/oemaker/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -120,6 +120,11 @@ rm -rf %{buildroot} rm -rf $RPM_BUILD_DIR/%{name} %changelog +* TUE May 11 2021 imxcc - 2.0.0-4 +- ID:NA +- SUG:NA +- DESC: add qemu-block-iscsi in virtualization-hypervisor group + * TUE May 11 2021 XuFei - 2.0.0-3 - ID:NA - SUG:NA -- Gitee