Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tpm2-pkcs11 for openSUSE:Factory checked in at 2026-06-10 15:56:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tpm2-pkcs11 (Old) and /work/SRC/openSUSE:Factory/.tpm2-pkcs11.new.2375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tpm2-pkcs11" Wed Jun 10 15:56:10 2026 rev:8 rq:1358297 version:1.9.1 Changes: -------- --- /work/SRC/openSUSE:Factory/tpm2-pkcs11/tpm2-pkcs11.changes 2024-12-12 21:21:47.197705384 +0100 +++ /work/SRC/openSUSE:Factory/.tpm2-pkcs11.new.2375/tpm2-pkcs11.changes 2026-06-10 15:56:13.480354929 +0200 @@ -1,0 +2,5 @@ +Wed Jun 10 01:07:21 UTC 2026 - Steve Kowalik <[email protected]> + +- Use pyproject macros to build and install the tools. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tpm2-pkcs11.spec ++++++ --- /var/tmp/diff_new_pack.22zGTh/_old 2026-06-10 15:56:14.604401508 +0200 +++ /var/tmp/diff_new_pack.22zGTh/_new 2026-06-10 15:56:14.608401674 +0200 @@ -1,7 +1,7 @@ # # spec file for package tpm2-pkcs11 # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -38,9 +38,11 @@ BuildRequires: python3-PyYAML BuildRequires: python3-base BuildRequires: python3-cryptography +BuildRequires: python3-pip BuildRequires: python3-pyasn1-modules BuildRequires: python3-setuptools BuildRequires: python3-tpm2-pytss +BuildRequires: python3-wheel BuildRequires: tpm2.0-tools BuildRequires: pkgconfig(libcrypto) >= 1.0.2g BuildRequires: pkgconfig(p11-kit-1) @@ -75,14 +77,14 @@ %configure --disable-static --enable-unit %make_build cd tools -%python_build +%pyproject_wheel %install %make_install find %{buildroot} -type f -name "*.la" -delete -print mkdir -p %{buildroot}%{_sysconfdir}/tpm2_pkcs11 cd tools -%python_install +%pyproject_install %fdupes %{buildroot} %check @@ -101,7 +103,7 @@ %{_sysconfdir}/tpm2_pkcs11 %{_bindir}/tpm2_ptool %{python_sitelib}/tpm2_pkcs11 -%{python_sitelib}/*.egg-info +%{python_sitelib}/tpm2_pkcs11_tools-*.dist-info %{_libdir}/pkcs11/libtpm2_pkcs11.so.%{so_ver}* %{_libdir}/pkcs11/libtpm2_pkcs11.so %{_libdir}/pkgconfig/tpm2-pkcs11.pc
