diff --git a/.gitignore b/.gitignore index 76c011d..59d41c1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /tpm2-pkcs11-0-git836d715.tar.gz /tpm2-pkcs11-0-git1e84553.tar.gz +/tpm2-pkcs11-0-git2f3058c.tar.gz diff --git a/sources b/sources index 24a0e76..e49b98d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tpm2-pkcs11-0-git1e84553.tar.gz) = 2b266e368e2013c4ff56d8f5e0a653bab4c0cdbcfc45275b37f39ab659019a0ee86888f93985d24b58a7f257ce62401fc327574965c83cc48a82a6f4d4d697ef +SHA512 (tpm2-pkcs11-0-git2f3058c.tar.gz) = 8ebb9de8ef06951f482153838facc9d8ad767f44e1deb06b708b5fe0fd41178357eb95d3e045c282c98d6b328af744e28810ff274469cfafa70050822e00e74a diff --git a/tpm2-pkcs11.spec b/tpm2-pkcs11.spec index 61445b7..cddad35 100644 --- a/tpm2-pkcs11.spec +++ b/tpm2-pkcs11.spec @@ -1,9 +1,9 @@ -%global commit0 1e84553acee90aca4e0d26ed6d5ad7fea20db00e +%global commit0 2f3058c632ad0f1c2fe9d8f1ff7ba1bb4a9c63c8 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: tpm2-pkcs11 Version: 0 -Release: 0.4.20190219git%{shortcommit0}%{?dist} +Release: 0.5.20190813git%{shortcommit0}%{?dist} Summary: PKCS#11 interface for TPM 2.0 hardware License: BSD @@ -24,7 +24,7 @@ BuildRequires: libgcrypt-devel BuildRequires: p11-kit-devel # for tests BuildRequires: libcmocka-devel -BuildRequires: dbus-daemon +BuildRequires: dbus-daemon # for tools BuildRequires: python3-devel BuildRequires: python3-pyyaml @@ -70,20 +70,22 @@ sed -i "s/python/python3/g" tpm2_ptool install -Dpm 755 tpm2_ptool $RPM_BUILD_ROOT%{_bindir}/tpm2_ptool %files -%doc %license LICENSE %{_datadir}/p11-kit/modules/tpm2_pkcs11.module %%dir %{_libdir}/pkcs11 %{_libdir}/pkcs11/libtpm2_pkcs11.so %{_libdir}/pkcs11/libtpm2_pkcs11.so.0* + %files tools %{_bindir}/tpm2_ptool %{python3_sitelib}/tpm2_pkcs11/* %{python3_sitelib}/tpm2_pkcs11_tools-*/* - %changelog +* Tue Aug 20 2019 Peter Robinson 0-0.5.20190813git2f3058c +- Update to new git snapshot for better use of tss2-tools 4.0 features + * Mon Aug 19 2019 Miro HronĨok - 0-0.4.20190219git1e84553 - Rebuilt for Python 3.8