v0.1.0 release of swtpm
This commit is contained in:
parent
61bf77d2cc
commit
2781af7484
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/swtpm-c782a85.tar.gz
|
/swtpm-c782a85.tar.gz
|
||||||
/swtpm-05d8160.tar.gz
|
/swtpm-05d8160.tar.gz
|
||||||
/swtpm-8b9484a.tar.gz
|
/swtpm-8b9484a.tar.gz
|
||||||
|
/swtpm-2c25d13.tar.gz
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (swtpm.spec) = 9c6fb609b4821b1c414aaa5ad86de465c4d92d92102f5de7f9ee4bbe70de1381fe23dab7878444781c224b8514f863e6cc642b6ffe44c7df3cc5100df757e77b
|
SHA512 (swtpm-2c25d13.tar.gz) = 82ec90fbaf07c2ef5ebea26943a20332928c05f248d4d1815bba7e64fcb113979a382e5398e944cb992552975f4f483fe808ac819a605c4d1c48d6ad4cfd75e4
|
||||||
SHA512 (swtpm-8b9484a.tar.gz) = 5aa96e3b28b76006f63e7f473b1427f97e9fe058491437f46e6ba1057a9a42dea0b2b7dcc75bc64eb1be64f650ad988c41d6627d9fd4cce66bf17293c5caac5e
|
SHA512 (swtpm.spec) = 7a119269ff4c86087c8552c7335ee657b850173556f97c9129054b37c270ee3c182b72286bcc62028cfedf4682a5dec4ac920df67d7f89a114068a080ffa6e08
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%bcond_without gnutls
|
%bcond_without gnutls
|
||||||
|
|
||||||
%global gitdate 20181212
|
%global gitdate 20190204
|
||||||
%global gitcommit 8b9484a35063a9a07c93051b2dae0b69d9d9676e
|
%global gitcommit 2c25d137f7bbc50b1f6cde191073f465ad7878c3
|
||||||
%global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7})
|
%global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7})
|
||||||
|
|
||||||
# Macros needed by SELinux
|
# Macros needed by SELinux
|
||||||
@ -31,6 +31,7 @@ BuildRequires: python3
|
|||||||
BuildRequires: python3-twisted
|
BuildRequires: python3-twisted
|
||||||
BuildRequires: trousers >= 0.3.9
|
BuildRequires: trousers >= 0.3.9
|
||||||
BuildRequires: tpm-tools >= 1.3.8-6
|
BuildRequires: tpm-tools >= 1.3.8-6
|
||||||
|
BuildRequires: softhsm
|
||||||
%if %{with gnutls}
|
%if %{with gnutls}
|
||||||
BuildRequires: gnutls >= 3.1.0
|
BuildRequires: gnutls >= 3.1.0
|
||||||
BuildRequires: gnutls-devel
|
BuildRequires: gnutls-devel
|
||||||
@ -162,6 +163,9 @@ fi
|
|||||||
%attr( 755, tss, tss) %{_localstatedir}/lib/swtpm-localca
|
%attr( 755, tss, tss) %{_localstatedir}/lib/swtpm-localca
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 04 2019 Stefan Berger <stefanb@linux.ibm.com> - 0.1.0-0.20190204git2c25d13.1
|
||||||
|
- v0.1.0 release of swtpm
|
||||||
|
|
||||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-0.20181212git8b9484a.1
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-0.20181212git8b9484a.1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user