3.1.0
This commit is contained in:
parent
41169652d6
commit
97b8fc2b7d
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (tpm2-tss-3.0.3.tar.gz) = 54a926db55790250d69c81ac6e436556072057dd7c610d2718689030287dee69d533d4e04b3325dd73d9fc7635dad0bf0a7bfb082957bb51cb420efdb68efaf8
|
||||
SHA512 (tpm2-tss-3.1.0.tar.gz) = 8967f172c92f1e3e5ba324dbe8afe07bf1bc7179dd755cef9812105f32634f312ee7cc7dfe8e13af69dc219432463f5dc9b93477743de47aba6af1d70b252405
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: tpm2-tss
|
||||
Version: 3.0.3
|
||||
Release: 2%{?dist}
|
||||
Version: 3.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: TPM2.0 Software Stack
|
||||
|
||||
# The entire source code is under BSD except implementation.h and tpmb.h which
|
||||
@ -77,6 +77,7 @@ exit 0
|
||||
%{_libdir}/libtss2-tcti-cmd.so.0*
|
||||
%{_libdir}/libtss2-tcti-device.so.0*
|
||||
%{_libdir}/libtss2-tcti-mssim.so.0*
|
||||
%{_libdir}/libtss2-tcti-pcap.so.0*
|
||||
%{_libdir}/libtss2-tcti-swtpm.so.0*
|
||||
%{_sysusersdir}/tpm2-tss.conf
|
||||
%{_tmpfilesdir}/tpm2-tss-fapi.conf
|
||||
@ -101,6 +102,7 @@ use tpm2-tss.
|
||||
%{_libdir}/libtss2-tcti-cmd.so
|
||||
%{_libdir}/libtss2-tcti-device.so
|
||||
%{_libdir}/libtss2-tcti-mssim.so
|
||||
%{_libdir}/libtss2-tcti-pcap.so
|
||||
%{_libdir}/libtss2-tcti-swtpm.so
|
||||
%{_libdir}/pkgconfig/tss2-mu.pc
|
||||
%{_libdir}/pkgconfig/tss2-sys.pc
|
||||
@ -111,6 +113,7 @@ use tpm2-tss.
|
||||
%{_libdir}/pkgconfig/tss2-tcti-cmd.pc
|
||||
%{_libdir}/pkgconfig/tss2-tcti-device.pc
|
||||
%{_libdir}/pkgconfig/tss2-tcti-mssim.pc
|
||||
%{_libdir}/pkgconfig/tss2-tcti-pcap.pc
|
||||
%{_libdir}/pkgconfig/tss2-tcti-swtpm.pc
|
||||
%{_mandir}/man3/*.3.gz
|
||||
%{_mandir}/man5/*.5.gz
|
||||
@ -118,6 +121,9 @@ use tpm2-tss.
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon May 17 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 3.1.0-1
|
||||
- Update to 3.1.0
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user