diff --git a/.gitignore b/.gitignore index 63a5fec..022b8f7 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /swtpm-ea627b3.tar.gz /swtpm-b79fd91.tar.gz /swtpm-92a7035.tar.gz +/swtpm-21c90c1.tar.gz diff --git a/sources b/sources index 8a5d922..5441eec 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (swtpm-92a7035.tar.gz) = 8a1bf11e4e49258a9126062ff1fc14a6e9d5eefd2370c811ca2cc96aee6a762ed17f6baa45417f97dc2a9b5fe8504f501e674d11c0654a1926773845f3675959 +SHA512 (swtpm-21c90c1.tar.gz) = 4dd6dd3462590805549f0db040b828bfab016c28be6c408baab2667c7cd1d95a01310ef0026a842bc28abdc2720792469b06c4b0e259cab80a041514f0286e0f diff --git a/swtpm.spec b/swtpm.spec index c5c3a1c..62d5798 100644 --- a/swtpm.spec +++ b/swtpm.spec @@ -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 @@ -179,6 +179,9 @@ fi %{_datadir}/swtpm/swtpm-create-tpmca %changelog +* Mon Mar 07 2022 Stefan Berger - 0.7.2-1.20220307git21c90c1 +- Update to v0.7.2 release + * Fri Feb 18 2022 Stefan Berger - 0.7.1-1.20220218git92a7035 - Update to v0.7.1 release