Update to 4.1.3
Resolves: RHEL-23207 Signed-off-by: Štěpán Horáček <shoracek@redhat.com>
This commit is contained in:
parent
2b5c2106a2
commit
de94de459c
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (tpm2-tss-4.0.1.tar.gz) = ed6ddc52cb0e8c1082a4bb001e1225eb9905fd2380da88db5fd69ff5b5d9d43a93eb67b634e49d53eb5d586832da3aef2c4c7e5f18d51bb730481f8913319d7d
|
||||
SHA512 (tpm2-tss-4.1.3.tar.gz) = c9a5e1e90f6545a466d43790ab2d67c52c4b788a0b21f8212575e27e04e0ac663105863fe00824e08a4e56a4f8c6b00c48c1a1c132531b8569cd5042c3bb9e69
|
||||
|
@ -4,8 +4,8 @@
|
||||
%endif
|
||||
|
||||
Name: tpm2-tss
|
||||
Version: 4.0.1
|
||||
Release: 7%{?candidate:.%{candidate}}%{?dist}
|
||||
Version: 4.1.3
|
||||
Release: 1%{?candidate:.%{candidate}}%{?dist}
|
||||
Summary: TPM2.0 Software Stack
|
||||
|
||||
# The entire source code is under BSD except implementation.h and tpmb.h which
|
||||
@ -98,6 +98,8 @@ exit 0
|
||||
%{_libdir}/libtss2-tcti-pcap.so.0*
|
||||
%{_libdir}/libtss2-tcti-spi-helper.so.0*
|
||||
%{_libdir}/libtss2-tcti-swtpm.so.0*
|
||||
%{_libdir}/libtss2-tcti-i2c-helper.so.0*
|
||||
%{_libdir}/libtss2-tcti-spidev.so.0*
|
||||
%{_sysusersdir}/tpm2-tss.conf
|
||||
%{_udevrulesdir}/%{udevrules_prefix}tpm-udev.rules
|
||||
|
||||
@ -129,6 +131,8 @@ use tpm2-tss.
|
||||
%{_libdir}/libtss2-tcti-pcap.so
|
||||
%{_libdir}/libtss2-tcti-spi-helper.so
|
||||
%{_libdir}/libtss2-tcti-swtpm.so
|
||||
%{_libdir}/libtss2-tcti-i2c-helper.so
|
||||
%{_libdir}/libtss2-tcti-spidev.so
|
||||
%{_libdir}/pkgconfig/tss2-mu.pc
|
||||
%{_libdir}/pkgconfig/tss2-sys.pc
|
||||
%{_libdir}/pkgconfig/tss2-esys.pc
|
||||
@ -142,12 +146,18 @@ use tpm2-tss.
|
||||
%{_libdir}/pkgconfig/tss2-tcti-pcap.pc
|
||||
%{_libdir}/pkgconfig/tss2-tcti-spi-helper.pc
|
||||
%{_libdir}/pkgconfig/tss2-tcti-swtpm.pc
|
||||
%{_libdir}/pkgconfig/tss2-tcti-i2c-helper.pc
|
||||
%{_libdir}/pkgconfig/tss2-tcti-spidev.pc
|
||||
%{_mandir}/man3/*.3.gz
|
||||
%{_mandir}/man5/*.5.gz
|
||||
%{_mandir}/man7/tss2*.7.gz
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue May 14 2024 Štěpán Horáček <shoracek@redhat.com> - 4.1.3-1
|
||||
- Update to 4.1.3
|
||||
Resolves: RHEL-23207
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.1-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user