9476528006
Problem: - Centos 7.5 upgraded tpm2-toolss. - Porting of tpm2-toolss patches did not resolve and 'fuzz' in the line numbers of the patches. - If tpm2-tools is built by rpm 4.11, or default version of rpm until 4.14 is compiled, a fuzzy patch results in the creating of an .orig file. - Packaging of tpm2-toolss failes due to the unexpected, and unpackaged .orig file Solution: Safest solution is to de-fuzz our tpm2-toolss patches. Story: 2003389 Task: 26755 Change-Id: I8dd8d71e2bdcd75ec6786af6bf162f3deae046a2 Signed-off-by: Sun Austin <austin.sun@intel.com>
26 lines
748 B
Diff
26 lines
748 B
Diff
From e54d19f53dcd78d0aaceb30d1fb89eebefc1c066 Mon Sep 17 00:00:00 2001
|
|
From: Scott Little <scott.little@windriver.com>
|
|
Date: Mon, 2 Oct 2017 17:30:56 -0400
|
|
Subject: [PATCH 1/2] WRS: disable-socket-mode-TCTI.patch
|
|
|
|
---
|
|
SPECS/tpm2-tools.spec | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/SPECS/tpm2-tools.spec b/SPECS/tpm2-tools.spec
|
|
index 308ecfa..935580d 100644
|
|
--- a/SPECS/tpm2-tools.spec
|
|
+++ b/SPECS/tpm2-tools.spec
|
|
@@ -46,7 +46,7 @@ tpm2-tools is a batch of testing tools for tpm2.0. It is based on tpm2-tss.
|
|
./bootstrap
|
|
|
|
%build
|
|
-%configure --prefix=/usr --disable-static --disable-silent-rules
|
|
+%configure --prefix=/usr --disable-static --disable-silent-rules --without-tcti-socket
|
|
%make_build
|
|
|
|
%install
|
|
--
|
|
2.7.4
|
|
|