Disable TPM 1.2 support
Resolves: RHEL-52977 Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
15c7420845
commit
78307359fa
@ -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 <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
|
||||
- Bump release for June 2024 mass rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user