add stratovirt in virtualization-hypervisor group
Signed-off-by: Chen Qun <kuhn.chenqun@huawei.com>
This commit is contained in:
parent
ea71ce5628
commit
9fd789f8d4
38
add-stratovirt-in-virtualization-group.patch
Normal file
38
add-stratovirt-in-virtualization-group.patch
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
From 13b5d81210a6174bd71ce558777ce98981520170 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Chen Qun <kuhn.chenqun@huawei.com>
|
||||||
|
Date: Mon, 1 Mar 2021 09:51:01 +0800
|
||||||
|
Subject: [PATCH] add stratovirt 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 cab5406..3582974 100644
|
||||||
|
--- a/config/aarch64/normal.xml
|
||||||
|
+++ b/config/aarch64/normal.xml
|
||||||
|
@@ -1426,6 +1426,7 @@
|
||||||
|
<packagereq type="mandatory">qemu-help</packagereq>
|
||||||
|
<packagereq type="mandatory">qemu</packagereq>
|
||||||
|
<packagereq type="mandatory">qemu-img</packagereq>
|
||||||
|
+ <packagereq type="mandatory">stratovirt</packagereq>
|
||||||
|
</packagelist>
|
||||||
|
</group>
|
||||||
|
<group>
|
||||||
|
diff --git a/config/x86_64/normal.xml b/config/x86_64/normal.xml
|
||||||
|
index 4ef88de..60c4704 100644
|
||||||
|
--- a/config/x86_64/normal.xml
|
||||||
|
+++ b/config/x86_64/normal.xml
|
||||||
|
@@ -1428,6 +1428,7 @@
|
||||||
|
<packagereq type="mandatory">qemu-help</packagereq>
|
||||||
|
<packagereq type="mandatory">qemu</packagereq>
|
||||||
|
<packagereq type="mandatory">qemu-img</packagereq>
|
||||||
|
+ <packagereq type="mandatory">stratovirt</packagereq>
|
||||||
|
</packagelist>
|
||||||
|
</group>
|
||||||
|
<group>
|
||||||
|
--
|
||||||
|
2.25.1
|
||||||
|
|
||||||
13
oemaker.spec
13
oemaker.spec
@ -3,18 +3,22 @@ Summary: a duilding tool for making DVD ISO
|
|||||||
License: Mulan PSL v2
|
License: Mulan PSL v2
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
Version: 1.1.2
|
Version: 1.1.2
|
||||||
Release: 1
|
Release: 2
|
||||||
BuildRoot: %{_tmppath}/%{name}
|
BuildRoot: %{_tmppath}/%{name}
|
||||||
Source: https://gitee.com/openeuler/oemaker/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source: https://gitee.com/openeuler/oemaker/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: createrepo dnf-plugins-core genisoimage isomd5sum grep bash libselinux-utils libxml2
|
Requires: createrepo dnf-plugins-core genisoimage isomd5sum grep bash libselinux-utils libxml2
|
||||||
Requires: lorax >= 19.6.78-1
|
Requires: lorax >= 19.6.78-1
|
||||||
|
|
||||||
|
Patch0001: add-stratovirt-in-virtualization-group.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
a building tool for making DVD ISO
|
a building tool for making DVD ISO
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
||||||
%setup -c
|
%setup -c
|
||||||
|
cd %{_builddir}/%{name}-%{version}/%{name}
|
||||||
|
%autopatch -p1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}/opt/
|
mkdir -p %{buildroot}/opt/
|
||||||
@ -62,6 +66,11 @@ rm -rf %{buildroot}
|
|||||||
rm -rf $RPM_BUILD_DIR/%{name}
|
rm -rf $RPM_BUILD_DIR/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu MAR 01 2021 Chen Qun <kuhn.chenqun@huawei.com> - 1.1.2-2
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC: add stratovirt in virtualization-hypervisor group
|
||||||
|
|
||||||
* Thu Feb 25 2021 miao_kaibo <miaokaibo@outlook.com> - 1.1.2-1
|
* Thu Feb 25 2021 miao_kaibo <miaokaibo@outlook.com> - 1.1.2-1
|
||||||
- ID:NA
|
- ID:NA
|
||||||
- SUG:NA
|
- SUG:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user