From 59814267bcb6d4a284bb6de1d3931ec2433863b0 Mon Sep 17 00:00:00 2001 From: sun_hai_10 Date: Mon, 11 Nov 2024 09:23:28 +0800 Subject: [PATCH] enable encrypt need install systemd-cryptsetup package (cherry picked from commit 1285d69c539d25135f65d3b70eea5a4571e11b4e) --- 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 e982b95..8548735 100644 --- a/normal_aarch64.xml +++ b/normal_aarch64.xml @@ -303,6 +303,7 @@ rsyslog security-tool sg3_utils + systemd-cryptsetup dracut-config-generic dracut-network rdma-core diff --git a/normal_x86_64.xml b/normal_x86_64.xml index 26baaf2..1f78ddf 100644 --- a/normal_x86_64.xml +++ b/normal_x86_64.xml @@ -303,6 +303,7 @@ rsyslog security-tool sg3_utils + systemd-cryptsetup dracut-config-generic dracut-network rdma-core diff --git a/oemaker.spec b/oemaker.spec index ae6f118..5dacd1d 100644 --- a/oemaker.spec +++ b/oemaker.spec @@ -11,7 +11,7 @@ Summary: a building tool for DVD ISO making and ISO cutting License: Mulan PSL v2 Group: System/Management Version: 3.2.0 -Release: 2 +Release: 3 BuildRoot: %{_tmppath}/%{name} Source: https://gitee.com/openeuler/oemaker/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -185,6 +185,11 @@ rm -rf %{buildroot} rm -rf $RPM_BUILD_DIR/%{name} %changelog +* Wed Sep 18 2024 xiangyuning - 3.2.0-3 +- ID:NA +- SUG:NA +- DESC: enable encrypt need install systemd-cryptsetup package + * Mon Sep 23 2024 Ouuleilei - 3.2.0-2 - fix riscv64.tmpl file miss problem and add riscv64 rpmlist.xml normal.xml -- Gitee