follow stable-0.2.0 branch with some bug fixes
This commit is contained in:
parent
0ce40d14e4
commit
4650fa6ed8
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/swtpm-2c25d13.tar.gz
|
||||
/swtpm-ca85606.tar.gz
|
||||
/swtpm-374b669.tar.gz
|
||||
/swtpm-f0b4137.tar.gz
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (swtpm-374b669.tar.gz) = b58a1832fa2b03fd81842391198a818c6eade0e2c728d150a89d890423d7cc38bcde5e5a33192871b277e978b0eac3adb08d6caab74faa28dce47743806e21aa
|
||||
SHA512 (swtpm.spec) = d5296607e0cc9210dfc581ef28d01904a9d6ac6a3a5eeb22f44bb7ff558103e5f105775bb8827a1d30e78cde25f14ee06c01391b4d59b8886b7276b9548824a1
|
||||
SHA512 (swtpm.spec) = 96bcf1e1cf9cfda6622b924ba2abe338e6c2622075223bc77420fedec5eb1ba51101789e9d080bbfeca0658852f4fb39067a61dec6400ddaf0fcbcee80c5237e
|
||||
SHA512 (swtpm-f0b4137.tar.gz) = 2978a7bc674be6ada64a7eacbaacccf42e1304fd7856603e4017e456cf5385e83c86e3098bfc6befb80dc519354ebb61eb5f5ae6cb573c35bf01c60c081ba2b2
|
||||
|
@ -1,7 +1,7 @@
|
||||
%bcond_without gnutls
|
||||
|
||||
%global gitdate 20190716
|
||||
%global gitcommit 374b66913f2f8a2a531cd7c2904a614e98da9dcd
|
||||
%global gitdate 20190723
|
||||
%global gitcommit f0b41378bb94b077ea94562acee6c4325d26e4ac
|
||||
%global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7})
|
||||
|
||||
# Macros needed by SELinux
|
||||
@ -12,7 +12,7 @@
|
||||
Summary: TPM Emulator
|
||||
Name: swtpm
|
||||
Version: 0.2.0
|
||||
Release: 0.%{gitdate}git%{gitshortcommit}%{?dist}.1
|
||||
Release: 1.%{gitdate}git%{gitshortcommit}%{?dist}
|
||||
License: BSD
|
||||
Url: http://github.com/stefanberger/swtpm
|
||||
Source0: %{url}/archive/%{gitcommit}/%{name}-%{gitshortcommit}.tar.gz
|
||||
@ -164,6 +164,9 @@ fi
|
||||
%attr( 755, tss, tss) %{_localstatedir}/lib/swtpm-localca
|
||||
|
||||
%changelog
|
||||
* Tue Jul 23 2019 Stefan Berger <stefanb@linux.ibm.com> - 0.2.0-1.20190723gitf0b4137
|
||||
- follow stable-0.2.0 branch with some bug fixes
|
||||
|
||||
* Tue Jul 16 2019 Stefan Berger <stefanb@linux.ibm.com> - 0.2.0-0.20190716git374b669
|
||||
- (tentative) v0.2.0 release of swtpm
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user