new git snapshot for better use of tss2-tools 4.0 features

This commit is contained in:
Peter Robinson 2019-08-20 16:12:10 +01:00
parent d4b0168c2b
commit 2b4c1beb3a
3 changed files with 9 additions and 6 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/tpm2-pkcs11-0-git836d715.tar.gz
/tpm2-pkcs11-0-git1e84553.tar.gz
/tpm2-pkcs11-0-git2f3058c.tar.gz

View File

@ -1 +1 @@
SHA512 (tpm2-pkcs11-0-git1e84553.tar.gz) = 2b266e368e2013c4ff56d8f5e0a653bab4c0cdbcfc45275b37f39ab659019a0ee86888f93985d24b58a7f257ce62401fc327574965c83cc48a82a6f4d4d697ef
SHA512 (tpm2-pkcs11-0-git2f3058c.tar.gz) = 8ebb9de8ef06951f482153838facc9d8ad767f44e1deb06b708b5fe0fd41178357eb95d3e045c282c98d6b328af744e28810ff274469cfafa70050822e00e74a

View File

@ -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 <pbrobinson@fedoraproject.org> 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 <mhroncok@redhat.com> - 0-0.4.20190219git1e84553
- Rebuilt for Python 3.8