This commit is contained in:
Peter Robinson 2020-03-30 18:35:02 +01:00
parent 70928eb13f
commit e7f5e2fd8b
2 changed files with 8 additions and 5 deletions

View File

@ -1,2 +1,2 @@
SHA512 (tpm2-pkcs11-1.1.0.tar.gz) = 0ae590b2616f270f2c912201533c350f689b9459db29d8c05e3b41ec9415b595b323f451015fe134193f38307141146fbfa6a0064f28c918063810e3cd028f32
SHA512 (tpm2-pkcs11-1.1.0.tar.gz.asc) = 661e947b5fbf96951325211d7eca76dccf6ec55679c9462f1a25326dbbfcd2cf94b809b5d8ce5335595cc5e059391256c3360c0a70768636144d44c5fdc96f66
SHA512 (tpm2-pkcs11-1.2.0.tar.gz) = e7de454b38388c4562fc92282855c1ed9a04c7968c358d6918137257fb5a1ca785c2297e8a34464ea04eed86acd9fc5b59c837027da9d3f195ec86ff0563feeb
SHA512 (tpm2-pkcs11-1.2.0.tar.gz.asc) = 6bded02033ceaeb61e5f0e9c01dfa4caf9b71b7853822233e9f2d9cdd160e0752bd079e9e67c785defbded8c1e60fa9fc5f14a9e29f7b75d45defafbcc17afb6

View File

@ -1,7 +1,7 @@
#global candidate RC1
Name: tpm2-pkcs11
Version: 1.1.0
Version: 1.2.0
Release: 1%{?candidate:.%{candidate}}%{?dist}
Summary: PKCS#11 interface for TPM 2.0 hardware
@ -42,8 +42,9 @@ as the cryptographic token.
%package tools
Summary: The tools required to setup and configure TPM2 for PKCS#11
# Automatic generator does not work for me even though the requires.txt is in place
Requires: python3-pyyaml
Requires: python3-cryptography
Requires: python3-pyyaml
Requires: python3-pyasn1-modules
%description tools
The tools required to setup and configure TPM2 for PKCS#11.
@ -69,7 +70,6 @@ rm $RPM_BUILD_ROOT%{_libdir}/pkgconfig/tpm2-pkcs11.pc
rm $RPM_BUILD_ROOT%{_libdir}/pkcs11/libtpm2_pkcs11.a
cd tools
%py3_install
sed -i "s/python/python3/g" tpm2_ptool
install -Dpm 755 tpm2_ptool $RPM_BUILD_ROOT%{_bindir}/tpm2_ptool
@ -93,6 +93,9 @@ cd tools
%changelog
* Mon Mar 30 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 1.2.0-1
- Update to 1.2.0
* Mon Mar 09 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 1.1.0-1
- Update to 1.1.0