Another build of v0.5.1 after more fixes

This commit is contained in:
Stefan Berger 2020-11-17 17:14:09 -05:00
parent 0e71d68ca4
commit 577bcb68a6
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -15,3 +15,4 @@
/swtpm-0c238a2.tar.gz
/swtpm-b931e10.tar.gz
/swtpm-390f5bd.tar.gz
/swtpm-96f5a04.tar.gz

View File

@ -1 +1 @@
SHA512 (swtpm-390f5bd.tar.gz) = 19f865ee3194e91c94d4d8795fe75f9e43e8237096a5c266d5b53b58642d7ca36e6857340b93e74266414f8c8817bbcc587feb0e555c00c5274a151a8682e34f
SHA512 (swtpm-96f5a04.tar.gz) = 7d33756ea8109e0ca61400cac7a80de5d2614ba3b89108df445aa5a23b5b854299dd5daaa4426737065b27da2c144e38355e1ce1e92667134562156977b0e924

View File

@ -1,7 +1,7 @@
%bcond_without gnutls
%global gitdate 20201113
%global gitcommit 390f5bd48983a644a87af8e640c6474461305608
%global gitdate 20201117
%global gitcommit 96f5a04c3d6cc0a8604f311df246b872a93a70e4
%global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7})
# Macros needed by SELinux
@ -12,7 +12,7 @@
Summary: TPM Emulator
Name: swtpm
Version: 0.5.1
Release: 1.%{gitdate}git%{gitshortcommit}%{?dist}
Release: 2.%{gitdate}git%{gitshortcommit}%{?dist}
License: BSD
Url: http://github.com/stefanberger/swtpm
Source0: %{url}/archive/%{gitcommit}/%{name}-%{gitshortcommit}.tar.gz
@ -171,6 +171,9 @@ fi
%attr( 750, tss, root) %{_localstatedir}/lib/swtpm-localca
%changelog
* Tue Nov 13 2020 Stefan Berger <stefanb@linux.ibm.com> - 0.5.1-2.20201117git96f5a04c
- Another build of v0.5.1 after more fixes
* Fri Nov 13 2020 Stefan Berger <stefanb@linux.ibm.com> - 0.5.1-1.20201113git390f5bd4
- Update to v0.5.1 addressing potential symlink attack issue (CVE-2020-28407)