Update to v0.7.2 release

This commit is contained in:
Stefan Berger 2022-03-07 13:23:00 -05:00
parent 7a2bc8eb8e
commit a609e3b0dc
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -24,3 +24,4 @@
/swtpm-98187d2.tar.gz
/swtpm-b79fd91.tar.gz
/swtpm-92a7035.tar.gz
/swtpm-21c90c1.tar.gz

View File

@ -1 +1 @@
SHA512 (swtpm-92a7035.tar.gz) = 8a1bf11e4e49258a9126062ff1fc14a6e9d5eefd2370c811ca2cc96aee6a762ed17f6baa45417f97dc2a9b5fe8504f501e674d11c0654a1926773845f3675959
SHA512 (swtpm-21c90c1.tar.gz) = 4dd6dd3462590805549f0db040b828bfab016c28be6c408baab2667c7cd1d95a01310ef0026a842bc28abdc2720792469b06c4b0e259cab80a041514f0286e0f

View File

@ -1,7 +1,7 @@
%bcond_without gnutls
%global gitdate 20220218
%global gitcommit 92a7035f45d9b08aa7c6b8bd6fa4c6916ef07a9e
%global gitdate 20220307
%global gitcommit 21c90c19926af6ebde05e6be49651184c21e3154
%global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7})
# Macros needed by SELinux
@ -11,7 +11,7 @@
Summary: TPM Emulator
Name: swtpm
Version: 0.7.1
Version: 0.7.2
Release: 1.%{gitdate}git%{gitshortcommit}%{?dist}
License: BSD
Url: http://github.com/stefanberger/swtpm
@ -181,6 +181,9 @@ fi
%{_datadir}/swtpm/swtpm-create-tpmca
%changelog
* Mon Mar 07 2022 Stefan Berger <stefanb@linux.ibm.com> - 0.7.2-1.20220307git21c90c1
- Update to v0.7.2 release
* Fri Feb 18 2022 Stefan Berger <stefanb@linux.ibm.com> - 0.7.1-1.20220218git92a7035
- Update to v0.7.1 release