new git snapshot for better use of tss2-tools 4.0 features
This commit is contained in:
parent
d4b0168c2b
commit
2b4c1beb3a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/tpm2-pkcs11-0-git836d715.tar.gz
|
/tpm2-pkcs11-0-git836d715.tar.gz
|
||||||
/tpm2-pkcs11-0-git1e84553.tar.gz
|
/tpm2-pkcs11-0-git1e84553.tar.gz
|
||||||
|
/tpm2-pkcs11-0-git2f3058c.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (tpm2-pkcs11-0-git1e84553.tar.gz) = 2b266e368e2013c4ff56d8f5e0a653bab4c0cdbcfc45275b37f39ab659019a0ee86888f93985d24b58a7f257ce62401fc327574965c83cc48a82a6f4d4d697ef
|
SHA512 (tpm2-pkcs11-0-git2f3058c.tar.gz) = 8ebb9de8ef06951f482153838facc9d8ad767f44e1deb06b708b5fe0fd41178357eb95d3e045c282c98d6b328af744e28810ff274469cfafa70050822e00e74a
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
%global commit0 1e84553acee90aca4e0d26ed6d5ad7fea20db00e
|
%global commit0 2f3058c632ad0f1c2fe9d8f1ff7ba1bb4a9c63c8
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: tpm2-pkcs11
|
Name: tpm2-pkcs11
|
||||||
Version: 0
|
Version: 0
|
||||||
Release: 0.4.20190219git%{shortcommit0}%{?dist}
|
Release: 0.5.20190813git%{shortcommit0}%{?dist}
|
||||||
Summary: PKCS#11 interface for TPM 2.0 hardware
|
Summary: PKCS#11 interface for TPM 2.0 hardware
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -70,20 +70,22 @@ sed -i "s/python/python3/g" tpm2_ptool
|
|||||||
install -Dpm 755 tpm2_ptool $RPM_BUILD_ROOT%{_bindir}/tpm2_ptool
|
install -Dpm 755 tpm2_ptool $RPM_BUILD_ROOT%{_bindir}/tpm2_ptool
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc
|
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{_datadir}/p11-kit/modules/tpm2_pkcs11.module
|
%{_datadir}/p11-kit/modules/tpm2_pkcs11.module
|
||||||
%%dir %{_libdir}/pkcs11
|
%%dir %{_libdir}/pkcs11
|
||||||
%{_libdir}/pkcs11/libtpm2_pkcs11.so
|
%{_libdir}/pkcs11/libtpm2_pkcs11.so
|
||||||
%{_libdir}/pkcs11/libtpm2_pkcs11.so.0*
|
%{_libdir}/pkcs11/libtpm2_pkcs11.so.0*
|
||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
%{_bindir}/tpm2_ptool
|
%{_bindir}/tpm2_ptool
|
||||||
%{python3_sitelib}/tpm2_pkcs11/*
|
%{python3_sitelib}/tpm2_pkcs11/*
|
||||||
%{python3_sitelib}/tpm2_pkcs11_tools-*/*
|
%{python3_sitelib}/tpm2_pkcs11_tools-*/*
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0-0.4.20190219git1e84553
|
||||||
- Rebuilt for Python 3.8
|
- Rebuilt for Python 3.8
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user