Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tpm2.0-tools for openSUSE:Factory 
checked in at 2023-05-19 11:54:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tpm2.0-tools (Old)
 and      /work/SRC/openSUSE:Factory/.tpm2.0-tools.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tpm2.0-tools"

Fri May 19 11:54:33 2023 rev:39 rq:1087676 version:5.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/tpm2.0-tools/tpm2.0-tools.changes        
2023-02-17 16:44:04.782549973 +0100
+++ /work/SRC/openSUSE:Factory/.tpm2.0-tools.new.1533/tpm2.0-tools.changes      
2023-05-19 11:54:34.610938812 +0200
@@ -1,0 +2,6 @@
+Wed May 17 14:14:44 UTC 2023 - Alberto Planas Dominguez <apla...@suse.com>
+
+- Disable tests.  Some tests randomly fails, maybe dependening on the
+  OBS worker assigned during the build (not confirmed)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tpm2.0-tools.spec ++++++
--- /var/tmp/diff_new_pack.rBlYq6/_old  2023-05-19 11:54:35.294942727 +0200
+++ /var/tmp/diff_new_pack.rBlYq6/_new  2023-05-19 11:54:35.298942750 +0200
@@ -18,7 +18,8 @@
 
 %define _lto_cflags %{nil}
 %ifarch %{ix86} x86_64 aarch64 %{arm} ppc64le
-%bcond_without  test
+# Disable the tests for now in all architectures
+%bcond_with  test
 %else
 # ppc ppc64 s390x: some code (tpm2_command_header_from_bytes) depend
 # on the endianness of the architecture:
@@ -93,6 +94,13 @@
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
+%if %{with test}
+%check
+# Do the tests sequentially to kill all tpm_server instances
+# https://github.com/tpm2-software/tpm2-tools/issues/3042
+%make_build check
+%endif
+
 %files
 %doc docs/README.md docs/CHANGELOG.md
 %license docs/LICENSE
@@ -104,11 +112,4 @@
 %dir %{_datadir}/bash-completion/completions
 %{_datadir}/bash-completion/completions/*
 
-%if %{with test}
-%check
-# Do the tests sequentially to kill all tpm_server instances
-# https://github.com/tpm2-software/tpm2-tools/issues/3042
-%make_build check
-%endif
-
 %changelog

Reply via email to