56d13166e5
Test: Pass build and multi-node deploy test Depends-On: https://review.openstack.org/627313 Story: 2004522 Task: 28410 Change-Id: I57f295bcab34fb81efcd3f2c34f2caca5c635b32 Signed-off-by: Martin, Chen <haochuan.z.chen@intel.com>
35 lines
876 B
Diff
35 lines
876 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
|
|
@@ -23,6 +23,8 @@ Patch7: setup-2.8.71-shlocal.patch
|
|
Patch8: setup-2.8.71-protocolscrudp.patch
|
|
Patch9: setup-2.8.71-shellsnologin.patch
|
|
|
|
+Patch1001: 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.
|
|
@@ -40,6 +42,8 @@ setup files, such as passwd, group, and profile.
|
|
%patch8 -p1
|
|
%patch9 -p1
|
|
|
|
+%patch1001 -p1
|
|
+
|
|
./shadowconvert.sh
|
|
|
|
%build
|
|
--
|
|
1.8.3.1
|
|
|