diff --git a/.gitignore b/.gitignore index 37ffc7f..5a8f2b0 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /swtpm-74ae43b.tar.gz /swtpm-80f0418.tar.gz /swtpm-0c238a2.tar.gz +/swtpm-b931e10.tar.gz diff --git a/sources b/sources index 0f9cd38..b3c53df 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (swtpm-0c238a2.tar.gz) = 584573b2cfcb295babf4f288f9dc26f0c86c15023c8e6e9f352689d49bb16dd415e37dc8dcd205ed525fe505b58d9d7d2a7a0da3a0b3cfa4b454fadeb0b2779a +SHA512 (swtpm-b931e10.tar.gz) = 33ff6edb06aa73f5f55dcabb753503877db4e656c91e5b22b4352b50ad386dff6f8c9a5e66e0f7f371f931379760bb108ccf2e704b7d1067e3b56ba472308f48 diff --git a/swtpm.spec b/swtpm.spec index b924dbf..0a1da2f 100644 --- a/swtpm.spec +++ b/swtpm.spec @@ -1,7 +1,7 @@ %bcond_without gnutls -%global gitdate 20200828 -%global gitcommit 0c238a2c93cdeea4283c6e9a7b8430a9b2df2b3e +%global gitdate 20201007 +%global gitcommit b931e1098533319f67e789f03c13a767a1772f7b %global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7}) # Macros needed by SELinux @@ -11,7 +11,7 @@ Summary: TPM Emulator Name: swtpm -Version: 0.4.0 +Version: 0.5.0 Release: 1.%{gitdate}git%{gitshortcommit}%{?dist} License: BSD Url: http://github.com/stefanberger/swtpm @@ -149,7 +149,6 @@ fi %{_bindir}/swtpm_cert %endif %{_bindir}/swtpm_setup -%{_bindir}/swtpm_setup.sh %{_bindir}/swtpm_ioctl %{_mandir}/man8/swtpm_bios.8* %{_mandir}/man8/swtpm_cert.8* @@ -168,9 +167,14 @@ fi %{_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 %changelog +* Wed Oct 7 2020 Stefan Berger - 0.5.0-1.20201007gitb931e109 +- Update to v0.5.0 release + * Fri Aug 28 2020 Stefan Berger - 0.4.0-1.20200828git0c238a2 - Update to v0.4.0 release - Fixed /var/lib/swtpm-localca mode flags and ownership