add qemu-block-iscsi in virtualization group
Signed-off-by: Chen Qun <kuhn.chenqun@huawei.com>
This commit is contained in:
parent
b0c69acf91
commit
42ae41bb9a
38
add-qemu-block-iscsi-in-virtualization-group.patch
Normal file
38
add-qemu-block-iscsi-in-virtualization-group.patch
Normal file
@ -0,0 +1,38 @@
|
||||
From 9f22b2c591b2b0baf97c55473d2d13e4b72f3063 Mon Sep 17 00:00:00 2001
|
||||
From: Chen Qun <kuhn.chenqun@huawei.com>
|
||||
Date: Wed, 10 Mar 2021 18:52:57 +0800
|
||||
Subject: [PATCH] add qemu-block-iscsi in virtualization group
|
||||
|
||||
Signed-off-by: Chen Qun <kuhn.chenqun@huawei.com>
|
||||
---
|
||||
config/aarch64/normal.xml | 1 +
|
||||
config/x86_64/normal.xml | 1 +
|
||||
2 files changed, 2 insertions(+)
|
||||
|
||||
diff --git a/config/aarch64/normal.xml b/config/aarch64/normal.xml
|
||||
index 3582974..7e61eba 100644
|
||||
--- a/config/aarch64/normal.xml
|
||||
+++ b/config/aarch64/normal.xml
|
||||
@@ -1425,6 +1425,7 @@
|
||||
<packagereq type="mandatory">edk2-help</packagereq>
|
||||
<packagereq type="mandatory">qemu-help</packagereq>
|
||||
<packagereq type="mandatory">qemu</packagereq>
|
||||
+ <packagereq type="mandatory">qemu-block-iscsi</packagereq>
|
||||
<packagereq type="mandatory">qemu-img</packagereq>
|
||||
<packagereq type="mandatory">stratovirt</packagereq>
|
||||
</packagelist>
|
||||
diff --git a/config/x86_64/normal.xml b/config/x86_64/normal.xml
|
||||
index 60c4704..fe68bae 100644
|
||||
--- a/config/x86_64/normal.xml
|
||||
+++ b/config/x86_64/normal.xml
|
||||
@@ -1427,6 +1427,7 @@
|
||||
<packagereq type="mandatory">python3-libvirt</packagereq>
|
||||
<packagereq type="mandatory">qemu-help</packagereq>
|
||||
<packagereq type="mandatory">qemu</packagereq>
|
||||
+ <packagereq type="mandatory">qemu-block-iscsi</packagereq>
|
||||
<packagereq type="mandatory">qemu-img</packagereq>
|
||||
<packagereq type="mandatory">stratovirt</packagereq>
|
||||
</packagelist>
|
||||
--
|
||||
2.25.1
|
||||
|
||||
@ -3,7 +3,7 @@ Summary: a duilding tool for making DVD ISO
|
||||
License: Mulan PSL v2
|
||||
Group: System/Management
|
||||
Version: 1.1.2
|
||||
Release: 3
|
||||
Release: 4
|
||||
BuildRoot: %{_tmppath}/%{name}
|
||||
Source: https://gitee.com/openeuler/oemaker/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
@ -12,6 +12,7 @@ Requires: lorax >= 19.6.78-1
|
||||
|
||||
Patch0001: add-stratovirt-in-virtualization-group.patch
|
||||
Patch0002: 0001-change-source-iso-method.patch
|
||||
Patch0003: add-qemu-block-iscsi-in-virtualization-group.patch
|
||||
|
||||
%description
|
||||
a building tool for making DVD ISO
|
||||
@ -67,6 +68,11 @@ rm -rf %{buildroot}
|
||||
rm -rf $RPM_BUILD_DIR/%{name}
|
||||
|
||||
%changelog
|
||||
* Thu MAR 10 2021 Chen Qun <kuhn.chenqun@huawei.com> - 1.1.2-4
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC: add qemu-block-iscsi in virtualization-hypervisor group
|
||||
|
||||
* Mon MAR 08 2021 miao_kaibo <miaokaibo@outlook.com> - 1.1.2-3
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user