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 0000000000000000000000000000000000000000..c062dfdbb5c16558c7a72d945fd970573572cde6 --- /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 61744c9b6827b4a115de8d491fdfa237663c86bd..357efe65b27c8eb9b05d91e8f1d53860c3ebfaed 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