From c5aba38b4eb169fa35f85e8e773726dc7b29b4e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=BF=97=E5=88=9A?= Date: Tue, 12 Dec 2023 16:15:43 +0800 Subject: [PATCH] fix user@.service start error --- 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 9397e42..a8fb30b 100644 --- a/normal_aarch64.xml +++ b/normal_aarch64.xml @@ -304,6 +304,7 @@ rsyslog security-tool sg3_utils + systemd-pam dracut-config-generic dracut-network rdma-core diff --git a/normal_x86_64.xml b/normal_x86_64.xml index 756c7a9..ba28a38 100644 --- a/normal_x86_64.xml +++ b/normal_x86_64.xml @@ -304,6 +304,7 @@ rsyslog security-tool sg3_utils + systemd-pam dracut-config-generic dracut-network rdma-core diff --git a/oemaker.spec b/oemaker.spec index 7f14adf..00222dd 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.1.0 -Release: 2 +Release: 3 BuildRoot: %{_tmppath}/%{name} Source: https://gitee.com/openeuler/oemaker/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -172,6 +172,11 @@ rm -rf %{buildroot} rm -rf $RPM_BUILD_DIR/%{name} %changelog +* Mon Dec 4 2023 sunzhigang - 3.1.0-3 +- ID:NA +- SUG:NA +- DESC: fix user@.service start error + * Fri Dec 8 2023 xiasenlin - 3.1.0-2 - ID:NA - SUG:NA -- Gitee