!10 add bootstrap for source code compilation

From: @wangyoukang 
Reviewed-by: @mailofzxf 
Signed-off-by: @mailofzxf
This commit is contained in:
openeuler-ci-bot 2023-08-01 03:09:16 +00:00 committed by Gitee
commit f3b0ab0838
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 33 additions and 1 deletions

View File

@ -0,0 +1,25 @@
From fa1eb83dca7f7e74af76004d3757063bbcc770fd Mon Sep 17 00:00:00 2001
From: guowentao <guowentao@xfusion.com>
Date: Fri, 16 Jun 2023 10:47:00 +0800
Subject: [PATCH] add bootstrap for source code compilation
Signed-off-by: guowentao <guowentao@xfusion.com>
---
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

View File

@ -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
* Tue Aug 31 2023 wangyoukang<wangyoukang@xfusio.com> - 1.1.0-1.u1
- Type:bugfix
- CVE:
- DESC: add bootstratp for source code compilation
* Wed May 17 2023 wujiangtao<wujiangtao@xfusion.com> - 1.1.0-1
- ID:NA
- SUG:NA