Compare commits

...

3 Commits
rawhide ... f34

Author SHA1 Message Date
Stefan Berger a51e97b71e Update to v0.6.3 release 2022-03-09 10:31:02 -05:00
Stefan Berger 823432e0f8 Update to v0.6.2 release 2022-02-18 09:30:22 -05:00
Stefan Berger 846f4b9166 Update to v0.6.0 release 2021-06-07 07:05:48 -04:00
3 changed files with 20 additions and 17 deletions

3
.gitignore vendored
View File

@ -19,3 +19,6 @@
/swtpm-390f5bd.tar.gz
/swtpm-96f5a04.tar.gz
/swtpm-e59c0c1.tar.gz
/swtpm-ea627b3.tar.gz
/swtpm-23b78c0.tar.gz
/swtpm-7449df4.tar.gz

View File

@ -1 +1 @@
SHA512 (swtpm-e59c0c1.tar.gz) = ba89301c266c6727ff3ca67c1761b67dce052f79d45d9120077812bef42147ad12ad6ac5632bc84404fc21bc53b26b295dd48ce81acaf075ac8a9a094a07483a
SHA512 (swtpm-7449df4.tar.gz) = c9e64e9dd4bbe084c1d4f7c8be3a159d397ee5ba7d3b2f95bb17ea0ee973b6fb432042658a5faad41b697534d5522383aec86d1d0eddf989ba12ae64eec15a93

View File

@ -1,7 +1,7 @@
%bcond_without gnutls
%global gitdate 20201226
%global gitcommit e59c0c1a7b4c8d652dbb280fd6126895a7057464
%global gitdate 20220309
%global gitcommit 7449df4de72e32ed861ae1503edba2b4d91b9a64
%global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7})
# Macros needed by SELinux
@ -11,8 +11,8 @@
Summary: TPM Emulator
Name: swtpm
Version: 0.5.2
Release: 2.%{gitdate}git%{gitshortcommit}%{?dist}
Version: 0.6.3
Release: 1.%{gitdate}git%{gitshortcommit}%{?dist}
License: BSD
Url: http://github.com/stefanberger/swtpm
Source0: %{url}/archive/%{gitcommit}/%{name}-%{gitshortcommit}.tar.gz
@ -27,16 +27,11 @@ BuildRequires: expect
BuildRequires: net-tools
BuildRequires: openssl-devel
BuildRequires: socat
BuildRequires: python3
BuildRequires: python3-devel
BuildRequires: python3-cryptography
BuildRequires: python3-pip
BuildRequires: python3-setuptools
BuildRequires: python3-twisted
BuildRequires: trousers >= 0.3.9
BuildRequires: softhsm
BuildRequires: json-glib-devel
%if %{with gnutls}
BuildRequires: gnutls >= 3.1.0
BuildRequires: gnutls >= 3.4.0
BuildRequires: gnutls-devel
BuildRequires: gnutls-utils
BuildRequires: libtasn1-devel
@ -74,7 +69,7 @@ Summary: Tools for the TPM emulator
License: BSD
Requires: swtpm = %{version}-%{release}
# trousers: for tss account
Requires: trousers >= 0.3.9 bash gnutls-utils python3 python3-cryptography
Requires: trousers >= 0.3.9 bash gnutls-utils
%description tools
Tools for the TPM emulator from the swtpm package
@ -175,10 +170,6 @@ fi
%dir %{_datadir}/swtpm
%{_datadir}/swtpm/swtpm-localca
%{_datadir}/swtpm/swtpm-create-user-config-files
%{python3_sitelib}/py_swtpm_setup/*
%{python3_sitelib}/swtpm_setup-*/*
%{python3_sitelib}/py_swtpm_localca/*
%{python3_sitelib}/swtpm_localca-*/*
%attr( 750, tss, root) %{_localstatedir}/lib/swtpm-localca
%files tools-pkcs11
@ -186,6 +177,15 @@ fi
%{_datadir}/swtpm/swtpm-create-tpmca
%changelog
* Wed Mar 09 2022 Stefan Berger <stefanb@linux.ibm.com> - 0.6.3-1.20220309git7449df4
- Update to v0.6.3 release
* Fri Feb 18 2022 Stefan Berger <stefanb@linux.ibm.com> - 0.6.2-1.20220218git23b78c0
- Update to v0.6.2 release
* Mon Jun 07 2021 Stefan Berger <stefanb@linux.ibm.com> - 0.6.0-1.20210706gitea627b
- Update to v0.6.0 release
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-2.20201226gite59c0c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild