Update to v0.6.3 release

This commit is contained in:
Stefan Berger 2022-03-09 10:31:02 -05:00
parent 823432e0f8
commit a51e97b71e
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -21,3 +21,4 @@
/swtpm-e59c0c1.tar.gz
/swtpm-ea627b3.tar.gz
/swtpm-23b78c0.tar.gz
/swtpm-7449df4.tar.gz

View File

@ -1 +1 @@
SHA512 (swtpm-23b78c0.tar.gz) = 88bcbe5893811dd2946740ba2b635a7436ff65d20853a66838f94d581dfb71d15c8bcf7a18f407fa6f5867b0b7281e5afa7e002afce772987aa5d6a9cdcfff1d
SHA512 (swtpm-7449df4.tar.gz) = c9e64e9dd4bbe084c1d4f7c8be3a159d397ee5ba7d3b2f95bb17ea0ee973b6fb432042658a5faad41b697534d5522383aec86d1d0eddf989ba12ae64eec15a93

View File

@ -1,7 +1,7 @@
%bcond_without gnutls
%global gitdate 20220218
%global gitcommit 23b78c0ce4062355d1b5758e94b500b60097d859
%global gitdate 20220309
%global gitcommit 7449df4de72e32ed861ae1503edba2b4d91b9a64
%global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7})
# Macros needed by SELinux
@ -11,7 +11,7 @@
Summary: TPM Emulator
Name: swtpm
Version: 0.6.2
Version: 0.6.3
Release: 1.%{gitdate}git%{gitshortcommit}%{?dist}
License: BSD
Url: http://github.com/stefanberger/swtpm
@ -177,6 +177,9 @@ fi
%{_datadir}/swtpm/swtpm-create-tpmca
%changelog
* Wed Mar 09 2022 Stefan Berger <stefanb@linux.ibm.com> - 0.6.3-1.20220309git7449df4
- Update to v0.6.3 release
* Fri Feb 18 2022 Stefan Berger <stefanb@linux.ibm.com> - 0.6.2-1.20220218git23b78c0
- Update to v0.6.2 release