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