Disable TPM 1.2 support

Resolves: RHEL-52977

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
Marc-André Lureau 2024-08-06 11:59:39 +04:00
parent 15c7420845
commit 78307359fa

View File

@ -1,6 +1,6 @@
Name: libtpms Name: libtpms
Version: 0.9.6 Version: 0.9.6
Release: 7%{?dist} Release: 8%{?dist}
Summary: Library providing Trusted Platform Module (TPM) functionality Summary: Library providing Trusted Platform Module (TPM) functionality
License: BSD-3-Clause AND LicenseRef-TCGL License: BSD-3-Clause AND LicenseRef-TCGL
@ -39,7 +39,7 @@ Libtpms header files and documentation.
%build %build
NOCONFIGURE=1 ./autogen.sh NOCONFIGURE=1 ./autogen.sh
%configure --disable-static --with-tpm2 --with-openssl %configure --disable-static --with-tpm2 --with-openssl --without-tpm1
%make_build %make_build
%install %install
@ -63,6 +63,9 @@ make check
%{_mandir}/man3/TPM* %{_mandir}/man3/TPM*
%changelog %changelog
* Tue Aug 06 2024 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.9.6-8
- Disable TPM 1.2 support, as it is not supported by RHEL.
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.9.6-7 * Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.9.6-7
- Bump release for June 2024 mass rebuild - Bump release for June 2024 mass rebuild