Fedora Account System
Red Hat Associate
Red Hat Customer
Releases retrieved: 1.9.2 Upstream release that is considered latest: 1.9.2 Current version/release in rawhide: 1.9.1-6.fc44 URL: https://tpm2-software.github.io Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/ More information about the service that created this bug can be found at: https://docs.fedoraproject.org/en-US/package-maintainers/Upstream_Release_Monitoring Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream. Based on the information from Anitya: https://release-monitoring.org/project/18777/ To change the monitoring settings for the project, please visit: https://src.fedoraproject.org/rpms/tpm2-pkcs11
the p11-kit modules installation is broken with https://github.com/tpm2-software/tpm2-pkcs11/pull/818 one more tests is now requiring some dead python module which needs to be disabled: https://github.com/tpm2-software/tpm2-pkcs11/issues/908 The current patch, which I can use to build the package: ``` diff --git a/tpm2-pkcs11.spec b/tpm2-pkcs11.spec index 0701984..42dcc12 100644 --- a/tpm2-pkcs11.spec +++ b/tpm2-pkcs11.spec @@ -1,8 +1,8 @@ #global candidate RC0 Name: tpm2-pkcs11 -Version: 1.9.1 -Release: 6%{?candidate:.%{candidate}}%{?dist} +Version: 1.9.2 +Release: 1%{?candidate:.%{candidate}}%{?dist} Summary: PKCS#11 interface for TPM 2.0 hardware License: BSD-2-Clause @@ -67,7 +67,8 @@ popd >&2 %build -%configure --enable-unit --with-fapi=yes +# the ptool-checks require python pkcs11 module, which was not updated for 20 years! +%configure --enable-unit --with-fapi=yes --disable-ptool-checks %{make_build} pushd tools %pyproject_wheel ``` up to the %files stage, where it fails to find the p11-kit modules due to problem above. Assigning, but it needs some upstream fixes before we can update it
Releases retrieved: 1.10.0 Upstream release that is considered latest: 1.10.0 Current version/release in rawhide: 1.9.1-7.fc44 URL: https://tpm2-software.github.io Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/ More information about the service that created this bug can be found at: https://docs.fedoraproject.org/en-US/package-maintainers/Upstream_Release_Monitoring Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream. Based on the information from Anitya: https://release-monitoring.org/project/18777/ To change the monitoring settings for the project, please visit: https://src.fedoraproject.org/rpms/tpm2-pkcs11
Built in rawhide: https://koji.fedoraproject.org/koji/taskinfo?taskID=145682617