Fix typo in TPM 1.2 disablement
Resolves: #1927370 Signed-off-by: Daiki Ueno <dueno@redhat.com>
This commit is contained in:
parent
c625967bd4
commit
01a25e137c
@ -1,6 +1,6 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 3.7.1
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Patch1: gnutls-3.6.7-no-now-guile.patch
|
||||
Patch2: gnutls-3.2.7-rpath.patch
|
||||
Patch3: gnutls-3.7.1-aggressive-realloc-fixes.patch
|
||||
@ -192,9 +192,9 @@ export GUILD
|
||||
--with-system-priority-file=%{_sysconfdir}/crypto-policies/back-ends/gnutls.config \
|
||||
--with-default-trust-store-pkcs11="pkcs11:" \
|
||||
%if %{with tpm12}
|
||||
--without-tpm \
|
||||
%else
|
||||
--with-trousers-lib=%{_libdir}/libtspi.so.1 \
|
||||
%else
|
||||
--without-tpm \
|
||||
%endif
|
||||
--htmldir=%{_docdir}/manual \
|
||||
%if %{with guile}
|
||||
@ -302,6 +302,9 @@ make check %{?_smp_mflags} GNUTLS_SYSTEM_PRIORITY_FILE=/dev/null
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jun 3 2021 Daiki Ueno <dueno@redhat.com> - 3.7.1-5
|
||||
- Fix typo in TPM 1.2 disablement (#1927370)
|
||||
|
||||
* Thu May 27 2021 Daiki Ueno <dueno@redhat.com> - 3.7.1-4
|
||||
- Disable TPM support by default (#1927370)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user