Use setup-config package to package config files for setup package. Merge all passwd, group, uidgid patches to one patch. Deployment test and ping test between VMs pass Config and service files check pass. Story: 2003768 Task: 27592 Change-Id: I98da90695c8184261279b27b4ede63fd7951babf Signed-off-by: zhipengl <zhipengs.liu@intel.com>
35 lines
857 B
Diff
35 lines
857 B
Diff
From e3aba238a88f73392d832b5ae366466f783adce4 Mon Sep 17 00:00:00 2001
|
|
From: zhipengl <zhipengs.liu@intel.com>
|
|
Date: Sun, 18 Nov 2018 10:06:23 +0000
|
|
Subject: [PATCH] WRS: 0001-patch-passwd-group.patch
|
|
|
|
---
|
|
SPECS/setup.spec | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
|
|
diff --git a/SPECS/setup.spec b/SPECS/setup.spec
|
|
index 0bd1e98..a173b95 100644
|
|
--- a/SPECS/setup.spec
|
|
+++ b/SPECS/setup.spec
|
|
@@ -21,6 +21,8 @@ Patch5: setup-2.8.71-fullpath.patch
|
|
Patch6: setup-2.8.71-tapeid.patch
|
|
Patch7: setup-2.8.71-shlocal.patch
|
|
|
|
+Patch8: 0001-Change-group-passwd-and-uidgid.patch
|
|
+
|
|
%description
|
|
The setup package contains a set of important system configuration and
|
|
setup files, such as passwd, group, and profile.
|
|
@@ -36,6 +38,8 @@ setup files, such as passwd, group, and profile.
|
|
%patch6 -p1
|
|
%patch7 -p1
|
|
|
|
+%patch8 -p1
|
|
+
|
|
./shadowconvert.sh
|
|
|
|
%build
|
|
--
|
|
1.8.3.1
|
|
|