follow stable-0.2.0 branch with some bug fixes
This commit is contained in:
parent
5969cc047c
commit
9927fe3909
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/swtpm-ca85606.tar.gz
|
||||
/swtpm-374b669.tar.gz
|
||||
/swtpm-f0b4137.tar.gz
|
||||
/swtpm-13536aa.tar.gz
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (swtpm.spec) = 96bcf1e1cf9cfda6622b924ba2abe338e6c2622075223bc77420fedec5eb1ba51101789e9d080bbfeca0658852f4fb39067a61dec6400ddaf0fcbcee80c5237e
|
||||
SHA512 (swtpm-f0b4137.tar.gz) = 2978a7bc674be6ada64a7eacbaacccf42e1304fd7856603e4017e456cf5385e83c86e3098bfc6befb80dc519354ebb61eb5f5ae6cb573c35bf01c60c081ba2b2
|
||||
SHA512 (swtpm.spec) = 893322eda4ab47be4a21682941a552c5361e732ee499c4e94c1a54d8602d3d35e91ab56d71a7ef3c24f2f5f1c31aeff36d662a03c0ddde8cec8f81f2ff8d23b6
|
||||
SHA512 (swtpm-13536aa.tar.gz) = aad9746266a8a38d415431045aaf6b1d8b0d4e1890efa048d6cbaba095bba807cb55ea2b705904058ab2fb9b89fd2d168c042f976abe6b11e8e9e18c91981a58
|
||||
|
@ -1,7 +1,7 @@
|
||||
%bcond_without gnutls
|
||||
|
||||
%global gitdate 20190723
|
||||
%global gitcommit f0b41378bb94b077ea94562acee6c4325d26e4ac
|
||||
%global gitdate 20190801
|
||||
%global gitcommit 13536aa01cb0d8b00b0f22e9274e7b494f10ff85
|
||||
%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: 2.%{gitdate}git%{gitshortcommit}%{?dist}
|
||||
Release: 3.%{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
|
||||
* Fri Aug 01 2019 Stefan Berger <stefanb@linux.ibm.com> - 0.2.0-3.20190801git13536aa
|
||||
- follow stable-0.2.0 branch with some bug fixes
|
||||
|
||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-2.20190723gitf0b4137
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user