From d8fcd24518867dea77b6fac368e700671598e109 Mon Sep 17 00:00:00 2001
From: zhang_xubo <2578876417@qq.com>
Date: Mon, 20 Dec 2021 20:25:40 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E5=9C=A8=E5=AE=89=E8=A3=85openeuler?=
=?UTF-8?q?=E7=9A=84=E9=80=89=E6=8B=A9=E8=BD=AF=E4=BB=B6=E4=B8=AD=E6=B7=BB?=
=?UTF-8?q?=E5=8A=A0opengauss?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
normal_aarch64.xml | 26 ++++++++++++++++++++++++++
normal_x86_64.xml | 25 +++++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/normal_aarch64.xml b/normal_aarch64.xml
index 46b849a..d42796d 100644
--- a/normal_aarch64.xml
+++ b/normal_aarch64.xml
@@ -461,6 +461,31 @@
open-isns
+
+ opengauss-server
+ openGauss Server
+ openGauss数据库
+ openGauss is an open source relational database management system.
+ openGauss一款开源的关系数据库管理系统。
+ true
+ false
+
+ lz4-devel
+ protobuf-devel
+ snappy-devel
+ zstd-devel
+ boost-devel
+ libcgroup-devel
+ unixODBC-devel
+ jemalloc-devel
+ java-1.8.0-openjdk-devel
+ libedit-devel
+ libaio-devel
+ numactl-devel
+ DCF
+ opengauss
+
+
fonts
Fonts
@@ -1621,6 +1646,7 @@
smb-server
virtualization-hypervisor
web-server
+ opengauss-server
diff --git a/normal_x86_64.xml b/normal_x86_64.xml
index be370cc..f5a8a84 100644
--- a/normal_x86_64.xml
+++ b/normal_x86_64.xml
@@ -462,6 +462,30 @@
open-isns
+
+ opengauss-server
+ openGauss Server
+ openGauss数据库
+ openGauss is an open source relational database management system.
+ openGauss一款开源的关系数据库管理系统。
+ true
+ false
+
+ lz4-devel
+ protobuf-devel
+ snappy-devel
+ zstd-devel
+ boost-devel
+ libcgroup-devel
+ unixODBC-devel
+ jemalloc-devel
+ java-1.8.0-openjdk-devel
+ libedit-devel
+ libaio-devel
+ DCF
+ opengauss
+
+
fonts
Fonts
@@ -1624,6 +1648,7 @@
smb-server
virtualization-hypervisor
web-server
+ opengauss-server
--
Gitee
From 82606a3b9d4820047f8829abfee1150e413df777 Mon Sep 17 00:00:00 2001
From: zhang_xubo <2578876417@qq.com>
Date: Fri, 21 Jan 2022 10:48:00 +0800
Subject: [PATCH 2/2] add opengauss server package
---
oemaker.spec | 5 +++++
rpmlist.xml | 9 +++++++++
2 files changed, 14 insertions(+)
diff --git a/oemaker.spec b/oemaker.spec
index ae0ec1b..0f31cfc 100644
--- a/oemaker.spec
+++ b/oemaker.spec
@@ -129,6 +129,11 @@ rm -rf %{buildroot}
rm -rf $RPM_BUILD_DIR/%{name}
%changelog
+* Fri Jan 21 2022 zhang_xubo <2578876417@qq.com> - 2.0.0-12
+- ID:NA
+- SUG:NA
+- DESC: bugfix I4RPG7 add opengauss server package
+
* Fri Dec 03 2021 licunlong - 2.0.0-11
- ID:NA
- SUG:NA
diff --git a/rpmlist.xml b/rpmlist.xml
index 687d9cb..aede809 100644
--- a/rpmlist.xml
+++ b/rpmlist.xml
@@ -511,6 +511,7 @@
lftp-help
libacl
libaio
+ libaio-devel
libarchive
libarchive-help
libassuan
@@ -558,6 +559,7 @@
libecap
libecap-help
libedit
+ libedit-devel
libedit-help
liberation-fonts
libesmtp
@@ -826,6 +828,7 @@
lz4
lz4-help
lz4-libs
+ lz4-devel
lzo
lzo-help
lzo-minilzo
@@ -1231,6 +1234,7 @@
smp_utils
smp_utils-help
snappy
+ snappy-devel
snappy-help
source-highlight
source-highlight-help
@@ -1386,8 +1390,13 @@
zlib-help
zsh
zstd-help
+ zstd-devel
zziplib-help
zziplib-utils
+ unixODBC-devel
+ jemalloc-devel
+ DCF
+ opengauss
grub2-efi-aa64
--
Gitee