From ffc1020e36e25ac3ed450ff17825fed0e8029eea Mon Sep 17 00:00:00 2001 From: Li Ping <1477412247@qq.com> Date: Wed, 24 Sep 2025 04:39:17 -0400 Subject: [PATCH] add tigervnc-selinx and mysql-selinux --- devstation_aarch64_rpmlist | 2 ++ devstation_x86_64_rpmlist | 2 ++ oemaker.spec | 7 ++++++- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/devstation_aarch64_rpmlist b/devstation_aarch64_rpmlist index f049aeb..8ec2e96 100644 --- a/devstation_aarch64_rpmlist +++ b/devstation_aarch64_rpmlist @@ -196,3 +196,5 @@ grub2-common dev-store python3-django-rest-framework tigervnc-server +mysql-selinux +tigervnc-selinux diff --git a/devstation_x86_64_rpmlist b/devstation_x86_64_rpmlist index a0f37cd..3a3c6e0 100644 --- a/devstation_x86_64_rpmlist +++ b/devstation_x86_64_rpmlist @@ -218,3 +218,5 @@ grub2-common dev-store python3-django-rest-framework tigervnc-server +mysql-selinux +tigervnc-selinux diff --git a/oemaker.spec b/oemaker.spec index a5860d5..08bc8a3 100644 --- a/oemaker.spec +++ b/oemaker.spec @@ -15,7 +15,7 @@ Summary: a building tool for DVD ISO making and ISO cutting License: Mulan PSL v2 Group: System/Management Version: 3.3.0 -Release: 17 +Release: 18 BuildRoot: %{_tmppath}/%{name} Source: https://gitee.com/openeuler/oemaker/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -235,6 +235,11 @@ rm -rf %{buildroot} rm -rf $RPM_BUILD_DIR/%{name} %changelog +* Wed Sep 24 2025 Li Ping <1477412247@qq.com> - 3.3.0-18 +- ID:NA +- SUG:NA +- DESC: add tigervnc-selinux and mysql-selinux + * Wed Sep 17 2025 Liu Wang <1823363429@qq.com> - 3.3.0-17 - ID:NA - SUG:NA -- Gitee