[packages/tpm2-tss] - updated to 3.0.3 - added ac patch (fix m4 quoting)
qboosh
qboosh at pld-linux.org
Wed Mar 17 17:39:22 CET 2021
commit 01cf169e3c392e79f0bbae0237d62f48bcccc42b
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Wed Mar 17 17:40:18 2021 +0100
- updated to 3.0.3
- added ac patch (fix m4 quoting)
tpm2-tss-ac.patch | 20 ++++++++++++++++++++
tpm2-tss.spec | 6 ++++--
2 files changed, 24 insertions(+), 2 deletions(-)
---
diff --git a/tpm2-tss.spec b/tpm2-tss.spec
index fc46e2d..8b8bb4b 100644
--- a/tpm2-tss.spec
+++ b/tpm2-tss.spec
@@ -5,13 +5,14 @@
Summary: OSS implementation of the TCG TPM2 Software Stack (TSS2)
Summary(pl.UTF-8): Mająca otwarte źródła implementacja TCG TPM2 Software Stack (TSS2)
Name: tpm2-tss
-Version: 3.0.0
+Version: 3.0.3
Release: 1
License: BSD
Group: Libraries
#Source0Download: https://github.com/tpm2-software/tpm2-tss/releases
Source0: https://github.com/tpm2-software/tpm2-tss/releases/download/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: a075c9f0e1e94d059c9d8b44803fa599
+# Source0-md5: 397ba047d5743557b772c8d32e47fce2
+Patch0: %{name}-ac.patch
URL: https://github.com/tpm2-software/tpm2-tss
BuildRequires: autoconf >= 2.50
BuildRequires: automake
@@ -87,6 +88,7 @@ Biblioteka statyczna tpm2-tss.
%prep
%setup -q
+%patch0 -p1
%build
%{__libtoolize}
diff --git a/tpm2-tss-ac.patch b/tpm2-tss-ac.patch
new file mode 100644
index 0000000..7f28d54
--- /dev/null
+++ b/tpm2-tss-ac.patch
@@ -0,0 +1,20 @@
+--- tpm2-tss-3.0.3/configure.ac.orig 2020-11-25 15:10:56.000000000 +0100
++++ tpm2-tss-3.0.3/configure.ac 2021-03-17 06:44:06.990069264 +0100
+@@ -279,7 +279,7 @@
+ [build and execute integration tests])],,
+ [enable_integration=no])
+ AS_IF([test "x$enable_integration" = "xyes"],
+- AS_IF([test "$HOSTOS" = "Linux"],
++ [AS_IF([test "$HOSTOS" = "Linux"],
+ [ERROR_IF_NO_PROG([ss])],
+ [ERROR_IF_NO_PROG([sockstat])])
+ ERROR_IF_NO_PROG([echo])
+@@ -328,7 +328,7 @@
+ [AC_MSG_ERROR([No simulator executable found in PATH for testing TCTI.])])
+ AC_SUBST([INTEGRATION_TCTI], [$integration_tcti])
+ AC_SUBST([INTEGRATION_ARGS], [$integration_args])
+- AC_SUBST([ENABLE_INTEGRATION], [$enable_integration]))
++ AC_SUBST([ENABLE_INTEGRATION], [$enable_integration])])
+ AM_CONDITIONAL([ENABLE_INTEGRATION],[test "x$enable_integration" = "xyes"])
+ #
+ # sanitizer compiler flags
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/tpm2-tss.git/commitdiff/01cf169e3c392e79f0bbae0237d62f48bcccc42b
More information about the pld-cvs-commit
mailing list