remove -j patch from shadow-utils

This removed 0001-Further-parallelize-shadow-utils-build.patch

Change-Id: I385450719984d8de662bdb749b539cdaaf65dc49
Story: 2003803
Task: 26545
Signed-off-by: Sun Austin <austin.sun@intel.com>
This commit is contained in:
Sun Austin 2018-10-09 01:35:47 +00:00
parent 0858052be9
commit 64dbc3043b
2 changed files with 0 additions and 26 deletions

View File

@ -1,25 +0,0 @@
From d43499ba2cdd43110e3f689243aecc7acce8a6b8 Mon Sep 17 00:00:00 2001
From: Ryan Tryhorn <ryan.tryhorn@windriver.com>
Date: Wed, 26 Apr 2017 17:43:43 -0400
Subject: [PATCH 1/1] Further parallelize shadow-utils build
---
SPECS/shadow-utils.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/SPECS/shadow-utils.spec b/SPECS/shadow-utils.spec
index dde526c..607247d 100644
--- a/SPECS/shadow-utils.spec
+++ b/SPECS/shadow-utils.spec
@@ -133,7 +133,7 @@ export LC_ALL=C
--with-group-name-max-length=32
# update the japanese translation
(cd po; make ja.gmo)
-make
+make -j"%(nproc)"
%install
rm -rf $RPM_BUILD_ROOT
--
1.8.3.1

View File

@ -1,4 +1,3 @@
add-clear-shadow-locs-service-in-spec.patch
0001-Update-package-versioning-for-TIS-format.patch
add-BuildRequires-systemd.patch
0001-Further-parallelize-shadow-utils-build.patch