Fixed a context save and suspend/resume problem when public keys are loaded
This commit is contained in:
parent
1df2561b26
commit
de8f3e5894
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
|||||||
/libtpms-20201031.tar.xz
|
/libtpms-20201031.tar.xz
|
||||||
/libtpms-20210218.tar.xz
|
/libtpms-20210218.tar.xz
|
||||||
/libtpms-20210225.tar.xz
|
/libtpms-20210225.tar.xz
|
||||||
|
/libtpms-20210227.tar.xz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%global gitdate 20210225
|
%global gitdate 20210227
|
||||||
%global gitversion 3fd4b94903
|
%global gitversion 5bf2746e47
|
||||||
|
|
||||||
Name: libtpms
|
Name: libtpms
|
||||||
Version: 0.8.0
|
Version: 0.8.1
|
||||||
Release: 0.%{gitdate}git%{gitversion}%{?dist}.1
|
Release: 0.%{gitdate}git%{gitversion}%{?dist}.1
|
||||||
|
|
||||||
Summary: Library providing Trusted Platform Module (TPM) functionality
|
Summary: Library providing Trusted Platform Module (TPM) functionality
|
||||||
@ -55,6 +55,9 @@ find %{buildroot} -type f -name '*.la' | xargs rm -f -- || :
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 27 2021 Stefan Berger <stefanb@linux.ibm.com> - 0.8.1-0.20210227git5bf2746e47
|
||||||
|
- Fixed a context save and suspend/resume problem when public keys are loaded
|
||||||
|
|
||||||
* Thu Feb 25 2021 Stefan Berger <stefanb@linux.ibm.com> - 0.8.0-0.20210225git3fd4b94903
|
* Thu Feb 25 2021 Stefan Berger <stefanb@linux.ibm.com> - 0.8.0-0.20210225git3fd4b94903
|
||||||
- Release of v0.8.0
|
- Release of v0.8.0
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libtpms-20210225.tar.xz) = e7b6a03438cf90d338baf4c4d78e4d65451cbf9c979e07c8054d449ea928acf8123ab2adc9ec84cb1b360f9ffa547e2a2a8124d4c3fea2c7ba128e726cda0f35
|
SHA512 (libtpms-20210227.tar.xz) = ee3d2009af8c4510dac6754b0d4dd881434d9373472590c21dac91384dda9a8be25c8dd7da61bb9426d3d6ccca59e5fc3b7eff48af6ff98aa04ec123ddde0840
|
||||||
|
Loading…
Reference in New Issue
Block a user