add bootstrap for source code compilation
Signed-off-by: wangyoukang <wangyoukang@xfusion.com>
This commit is contained in:
parent
4da22d833c
commit
ec33c0fc4b
25
0001-add-bootstrap-for-source-code-compilation.patch
Normal file
25
0001-add-bootstrap-for-source-code-compilation.patch
Normal 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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user