Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package keylime for openSUSE:Factory checked 
in at 2026-01-12 10:16:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/keylime (Old)
 and      /work/SRC/openSUSE:Factory/.keylime.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "keylime"

Mon Jan 12 10:16:15 2026 rev:51 rq:1326329 version:7.13.0+55

Changes:
--------
--- /work/SRC/openSUSE:Factory/keylime/keylime.changes  2025-12-10 
15:30:50.875054364 +0100
+++ /work/SRC/openSUSE:Factory/.keylime.new.1928/keylime.changes        
2026-01-12 10:23:55.159888517 +0100
@@ -1,0 +2,27 @@
+Fri Jan  9 11:32:03 UTC 2026 - Alberto Planas Dominguez <[email protected]>
+
+- Add missing pyasn1 dependency
+
+-------------------------------------------------------------------
+Thu Jan 08 08:37:05 UTC 2026 - [email protected]
+
+- Use tmpfiles.d for /var directories (PED-14735)
+
+- Update to version 7.13.0+55:
+  * [Automatic] Update Keylime base image 2026-01-05
+  * docs: Document claims response from /verify/evidence
+  * verify/evidence: Use tee label for TEE verification
+  * verify/evidence: Change valid response to boolean
+  * tee/snp: Return SEV-SNP claims upon successful verification
+  * verify/evidence: Return TPM claims in response
+  * verify/evidence: Define empty response fields
+  * [Automatic] Update Keylime base image 2025-12-14
+  * Fix TypeError when using -m flag without IMA measurement list path
+  * Increase maximum_attestation_interval
+  * Do not require wheel for building
+  * Add session.refresh() before process_get_status()
+  * Fix PUSH mode attestation status race condition
+  * Add consecutive_attestation_failures column to legacy VerfierMain model
+  * Remove operational_state field from status response in push mode
+
+-------------------------------------------------------------------

Old:
----
  keylime-7.13.0+40.tar.xz
  tmpfiles.keylime

New:
----
  keylime-7.13.0+55.tar.xz
  keylime.conf

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ keylime.spec ++++++
--- /var/tmp/diff_new_pack.kUfAXy/_old  2026-01-12 10:23:57.527985681 +0100
+++ /var/tmp/diff_new_pack.kUfAXy/_new  2026-01-12 10:23:57.531985845 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package keylime
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# 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
@@ -31,7 +31,7 @@
 %endif
 %{?sle15_python_module_pythons}
 Name:           keylime
-Version:        7.13.0+40
+Version:        7.13.0+55
 Release:        0
 Summary:        Open source TPM software for Bootstrapping and Maintaining 
Trust
 License:        Apache-2.0 AND MIT AND BSD-3-Clause
@@ -40,7 +40,7 @@
 Source1:        keylime.xml
 Source2:        %{name}-user.conf
 Source3:        logrotate.%{name}
-Source4:        tmpfiles.%{name}
+Source4:        %{name}.conf
 # openSUSE adjustments for generated configuration files
 Source10:       registrar.conf.diff
 Source11:       verifier.conf.diff
@@ -65,6 +65,8 @@
 Requires:       python3-lark
 Requires:       python3-packaging
 Requires:       python3-psutil
+Requires:       python3-pyasn1
+Requires:       python3-pyasn1-modules
 Requires:       python3-pyzmq
 Requires:       python3-requests
 Requires:       python3-tornado
@@ -198,11 +200,10 @@
 install -Dpm 0644 %{SOURCE2} %{buildroot}%{_sysusersdir}/%{name}-user.conf
 install -Dpm 0644 %{SOURCE3} %{buildroot}%{_distconfdir}/logrotate.d/%{name}
 install -Dpm 0644 %{SOURCE4} %{buildroot}%{_tmpfilesdir}/%{name}.conf
-install -d %{buildroot}%{_localstatedir}/log/%{name}
 
-mkdir -p %{buildroot}/%{_sharedstatedir}/%{srcname}
-cp -r ./tpm_cert_store %{buildroot}%{_sharedstatedir}/%{srcname}/
-%fdupes %{buildroot}%{_sharedstatedir}/%{srcname}/
+mkdir -p %{buildroot}%{_prefix}/lib/%{srcname}
+cp -r ./tpm_cert_store %{buildroot}%{_prefix}/lib/%{srcname}/
+%fdupes %{buildroot}%{_prefix}/lib/%{srcname}/
 
 # %%check
 # %%pyunittest -v
@@ -252,7 +253,7 @@
 %pre -n %{srcname}-tpm_cert_store -f %{srcname}.pre
 
 %post -n %{srcname}-tpm_cert_store
-%tmpfiles_create %{srcname}.conf
+%tmpfiles_create %{_tmpfilesdir}/%{srcname}.conf
 
 %pre -n %{srcname}-verifier
 %service_add_pre %{srcname}_verifier.service
@@ -306,13 +307,12 @@
 %{_prefix}/lib/firewalld/services/%{srcname}.xml
 
 %files -n %{srcname}-tpm_cert_store
-%dir %attr(0700,keylime,tss) %{_sharedstatedir}/%{srcname}
-%dir %attr(0700,keylime,tss) %{_sharedstatedir}/%{srcname}/tpm_cert_store
-%attr(0600,keylime,tss) %{_sharedstatedir}/%{srcname}/tpm_cert_store/*
+%dir %attr(0700,keylime,tss) %{_prefix}/lib/%{srcname}
+%dir %attr(0700,keylime,tss) %{_prefix}/lib/%{srcname}/tpm_cert_store
+%attr(0600,keylime,tss) %{_prefix}/lib/%{srcname}/tpm_cert_store/*
 # We use this subpackage to store other unrelated things, as far as is
 # required by all the services
 %{_sysusersdir}/%{srcname}-user.conf
-%ghost %dir %attr(0700,keylime,tss) %{_rundir}/%{srcname}
 %{_tmpfilesdir}/%{srcname}.conf
 
 %files -n %{srcname}-registrar
@@ -331,5 +331,4 @@
 
 %files -n %{srcname}-logrotate
 %_config_norepl %{_distconfdir}/logrotate.d/%{srcname}
-%dir %attr(0750,keylime,tss) %{_localstatedir}/log/%{srcname}
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.kUfAXy/_old  2026-01-12 10:23:57.583987979 +0100
+++ /var/tmp/diff_new_pack.kUfAXy/_new  2026-01-12 10:23:57.587988143 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/keylime/keylime.git</param>
-              <param 
name="changesrevision">dc75773679b1862e3b571f513e5aa9904efaf136</param></service></servicedata>
+              <param 
name="changesrevision">af531bdbd127dbe2595ffcc80bdd9b447b09e705</param></service></servicedata>
 (No newline at EOF)
 

++++++ keylime-7.13.0+40.tar.xz -> keylime-7.13.0+55.tar.xz ++++++
/work/SRC/openSUSE:Factory/keylime/keylime-7.13.0+40.tar.xz 
/work/SRC/openSUSE:Factory/.keylime.new.1928/keylime-7.13.0+55.tar.xz differ: 
char 15, line 1

++++++ keylime.conf ++++++
#Type Path                            Mode User    Group Age Argument...
d     /var/log/keylime                0750 keylime tss   -   -
d     /var/lib/keylime                0700 keylime tss   -   -
L     /var/lib/keylime/tpm_cert_store 0700 keylime tss   -   
../../../usr/lib/keylime/tpm_cert_store
d     /run/keylime                    0700 keylime tss   -   -

++++++ keylime.obsinfo ++++++
--- /var/tmp/diff_new_pack.kUfAXy/_old  2026-01-12 10:23:57.675991754 +0100
+++ /var/tmp/diff_new_pack.kUfAXy/_new  2026-01-12 10:23:57.679991918 +0100
@@ -1,5 +1,5 @@
 name: keylime
-version: 7.13.0+40
-mtime: 1764941702
-commit: dc75773679b1862e3b571f513e5aa9904efaf136
+version: 7.13.0+55
+mtime: 1767609804
+commit: af531bdbd127dbe2595ffcc80bdd9b447b09e705
 

Reply via email to