From d83c3146c47e76498ef483f5723b96f11fef1844 Mon Sep 17 00:00:00 2001 From: wangyoukang Date: Mon, 31 Jul 2023 20:22:18 +0800 Subject: [PATCH] add bootstrap for source code compilation Signed-off-by: wangyoukang --- ...ootstrap-for-source-code-compilation.patch | 25 +++++++++++++++++++ tpm2-tss-engine.spec | 9 ++++++- 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 0001-add-bootstrap-for-source-code-compilation.patch diff --git a/0001-add-bootstrap-for-source-code-compilation.patch b/0001-add-bootstrap-for-source-code-compilation.patch new file mode 100644 index 0000000..c062dfd --- /dev/null +++ b/0001-add-bootstrap-for-source-code-compilation.patch @@ -0,0 +1,25 @@ +From fa1eb83dca7f7e74af76004d3757063bbcc770fd Mon Sep 17 00:00:00 2001 +From: guowentao +Date: Fri, 16 Jun 2023 10:47:00 +0800 +Subject: [PATCH] add bootstrap for source code compilation + +Signed-off-by: guowentao +--- + bootstrap | 5 +++++ + 1 file changed, 5 insertions(+) + create mode 100755 bootstrap + +diff --git a/bootstrap b/bootstrap +new file mode 100755 +index 0000000..15d77fc +--- /dev/null ++++ b/bootstrap +@@ -0,0 +1,5 @@ ++#!/bin/bash ++ ++set -e ++ ++autoreconf --install --sym +-- +2.27.0 + diff --git a/tpm2-tss-engine.spec b/tpm2-tss-engine.spec index 61744c9..357efe6 100644 --- a/tpm2-tss-engine.spec +++ b/tpm2-tss-engine.spec @@ -1,12 +1,14 @@ Name: tpm2-tss-engine Version: 1.1.0 -Release: 1 +Release: 1.u1 Summary: OpenSSL Engine for TPM2 devices using the tpm2-tss software stack License: BSD URL: https://github.com/tpm2-software/tpm2-tss-engine Source0: https://github.com/tpm2-software/tpm2-tss-engine/releases/download/v%{version}/%{name}-%{version}.tar.gz +Patch10001: 0001-add-bootstrap-for-source-code-compilation.patch + BuildRequires: make BuildRequires: autoconf BuildRequires: autoconf-archive @@ -82,6 +84,11 @@ uses the tpm2-tss software stack %changelog +* Mon Jul 31 2023 wangyoukang - 1.1.0-1.u1 +- Type:bugfix +- CVE: +- DESC: add bootstratp for source code compilation + * Wed May 17 2023 wujiangtao - 1.1.0-1 - ID:NA - SUG:NA -- Gitee