Update to v0.6.1 release

This commit is contained in:
Stefan Berger 2021-09-21 11:23:42 -04:00
parent 33364fefe1
commit c98c628a92
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -21,3 +21,4 @@
/swtpm-e59c0c1.tar.gz /swtpm-e59c0c1.tar.gz
/swtpm-ea627b3.tar.gz /swtpm-ea627b3.tar.gz
/swtpm-a0ca7c3.tar.gz /swtpm-a0ca7c3.tar.gz
/swtpm-98187d2.tar.gz

View File

@ -1 +1 @@
SHA512 (swtpm-a0ca7c3.tar.gz) = 0510ae230665514a366653d877a06f1f929229b0488c6492092cdf9b966db97e6a35b906fef506d0daddc0362d76ddd91e65a0a5d185e23553afea1e91d1a4fd SHA512 (swtpm-98187d2.tar.gz) = 5a917ea487efbaeb27e6579ffe6dc6ddedba351ec51c3b3c73015991e82266cf80a69e76319754f5491ef7c8b33a2148fdd24952a1e682302fbe15ef0c44c6d0

View File

@ -1,7 +1,7 @@
%bcond_without gnutls %bcond_without gnutls
%global gitdate 20210916 %global gitdate 20210921
%global gitcommit a0ca7c328f1c3c6a417973d194b41d06ab7b0802 %global gitcommit 98187d24fe14851653a7c46eb16e9c5f0b9beaa1
%global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7}) %global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7})
# Macros needed by SELinux # Macros needed by SELinux
@ -12,7 +12,7 @@
Summary: TPM Emulator Summary: TPM Emulator
Name: swtpm Name: swtpm
Version: 0.6.1 Version: 0.6.1
Release: 0.%{gitdate}git%{gitshortcommit}%{?dist} Release: 1.%{gitdate}git%{gitshortcommit}%{?dist}
License: BSD License: BSD
Url: http://github.com/stefanberger/swtpm Url: http://github.com/stefanberger/swtpm
Source0: %{url}/archive/%{gitcommit}/%{name}-%{gitshortcommit}.tar.gz Source0: %{url}/archive/%{gitcommit}/%{name}-%{gitshortcommit}.tar.gz
@ -178,6 +178,9 @@ fi
%{_datadir}/swtpm/swtpm-create-tpmca %{_datadir}/swtpm/swtpm-create-tpmca
%changelog %changelog
* Tue Sep 21 2021 Stefan Berger <stefanb@linux.ibm.com> - 0.6.1-1.20210921git98187d2
- Update to v0.6.1 release
* Thu Sep 16 2021 Stefan Berger <stefanb@linux.ibm.com> - 0.6.1-0.20210916gita0ca7c3 * Thu Sep 16 2021 Stefan Berger <stefanb@linux.ibm.com> - 0.6.1-0.20210916gita0ca7c3
- Build upcoming v0.6.1 that has patch to build with OpenSSL 3.0.0 - Build upcoming v0.6.1 that has patch to build with OpenSSL 3.0.0