4772b5af3a
Test: Build pass with build pkgs and build iso, and then build rpms for installer, update installer and rebuild iso again. And deploy multi-node test pass. Depends-On: https://review.openstack.org/628732/ Story: 2004522 Task: 28439 Change-Id: I58affb58f08254dc82695bc524c964f01bf10c69 Signed-off-by: Martin, Chen <haochuan.z.chen@intel.com>
26 lines
782 B
Diff
26 lines
782 B
Diff
From 6aead74fb56ae75cc16be507165d3fc75c38fac0 Mon Sep 17 00:00:00 2001
|
|
From: slin14 <shuicheng.lin@intel.com>
|
|
Date: Thu, 9 Aug 2018 18:40:36 +0800
|
|
Subject: [PATCH] Add 0702-fix-build-error-for-unused-variable.patch
|
|
|
|
Signed-off-by: slin14 <shuicheng.lin@intel.com>
|
|
---
|
|
SPECS/systemd.spec | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/SPECS/systemd.spec b/SPECS/systemd.spec
|
|
index ffd0770..3f7cc10 100644
|
|
--- a/SPECS/systemd.spec
|
|
+++ b/SPECS/systemd.spec
|
|
@@ -706,6 +706,7 @@ Patch0664: 0664-Make-sure-the-mount-units-pulled-by-RequiresMountsFo.patch
|
|
|
|
#WRS Patches
|
|
Patch0701: 0701-inject-millisec-in-syslog-date.patch
|
|
+Patch0702: 0702-fix-build-error-for-unused-variable.patch
|
|
|
|
%global num_patches %{lua: c=0; for i,p in ipairs(patches) do c=c+1; end; print(c);}
|
|
|
|
--
|
|
2.7.4
|
|
|