From 78307359fa1153b2d4ab2f04d4916fdafa940588 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Tue, 6 Aug 2024 11:59:39 +0400 Subject: [PATCH] Disable TPM 1.2 support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resolves: RHEL-52977 Signed-off-by: Marc-André Lureau --- libtpms.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libtpms.spec b/libtpms.spec index bb7e8a4..db33de7 100644 --- a/libtpms.spec +++ b/libtpms.spec @@ -1,6 +1,6 @@ Name: libtpms Version: 0.9.6 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Library providing Trusted Platform Module (TPM) functionality License: BSD-3-Clause AND LicenseRef-TCGL @@ -39,7 +39,7 @@ Libtpms header files and documentation. %build NOCONFIGURE=1 ./autogen.sh -%configure --disable-static --with-tpm2 --with-openssl +%configure --disable-static --with-tpm2 --with-openssl --without-tpm1 %make_build %install @@ -63,6 +63,9 @@ make check %{_mandir}/man3/TPM* %changelog +* Tue Aug 06 2024 Marc-André Lureau - 0.9.6-8 +- Disable TPM 1.2 support, as it is not supported by RHEL. + * Mon Jun 24 2024 Troy Dawson - 0.9.6-7 - Bump release for June 2024 mass rebuild