(tentative) v0.2.0 release of swtpm

This commit is contained in:
Stefan Berger 2019-07-16 09:47:24 -04:00
parent 3357bc1553
commit 0ce40d14e4
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@
/swtpm-8b9484a.tar.gz
/swtpm-2c25d13.tar.gz
/swtpm-ca85606.tar.gz
/swtpm-374b669.tar.gz

View File

@ -1,2 +1,2 @@
SHA512 (swtpm-ca85606.tar.gz) = cb7dc7901000b1365bac3cd823118fefe22358d02e7dfd965bf02c2c98811ce76cc94bb0bbe9b643c179a2557aeedda8119b9de6bee67347f4922163d0632930
SHA512 (swtpm.spec) = ffb9902719cde32c658521e380f97991bf628b6519d1502de1846a3f64574585fc467c1ec46c68d76e326c336582b5973c6c623e8f59dc19d8aa0975efb55b7e
SHA512 (swtpm-374b669.tar.gz) = b58a1832fa2b03fd81842391198a818c6eade0e2c728d150a89d890423d7cc38bcde5e5a33192871b277e978b0eac3adb08d6caab74faa28dce47743806e21aa
SHA512 (swtpm.spec) = d5296607e0cc9210dfc581ef28d01904a9d6ac6a3a5eeb22f44bb7ff558103e5f105775bb8827a1d30e78cde25f14ee06c01391b4d59b8886b7276b9548824a1

View File

@ -1,7 +1,7 @@
%bcond_without gnutls
%global gitdate 20190425
%global gitcommit ca85606210162b1a9f6269a2b1a0f20591a238a7
%global gitdate 20190716
%global gitcommit 374b66913f2f8a2a531cd7c2904a614e98da9dcd
%global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7})
# Macros needed by SELinux
@ -11,7 +11,7 @@
Summary: TPM Emulator
Name: swtpm
Version: 0.1.0
Version: 0.2.0
Release: 0.%{gitdate}git%{gitshortcommit}%{?dist}.1
License: BSD
Url: http://github.com/stefanberger/swtpm
@ -41,6 +41,7 @@ BuildRequires: libtasn1
%endif
BuildRequires: selinux-policy-devel
BuildRequires: gcc
BuildRequires: libseccomp-devel
Requires: %{name}-libs = %{version}-%{release}
Requires: libtpms >= 0.6.0
@ -163,6 +164,9 @@ fi
%attr( 755, tss, tss) %{_localstatedir}/lib/swtpm-localca
%changelog
* Tue Jul 16 2019 Stefan Berger <stefanb@linux.ibm.com> - 0.2.0-0.20190716git374b669
- (tentative) v0.2.0 release of swtpm
* Thu Apr 25 2019 Stefan Berger <stefanb@linux.ibm.com> - 0.1.0-0.20190425gitca85606
- pick up bug fixes