Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ibmtss for openSUSE:Factory checked 
in at 2021-11-28 21:29:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ibmtss (Old)
 and      /work/SRC/openSUSE:Factory/.ibmtss.new.1895 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ibmtss"

Sun Nov 28 21:29:58 2021 rev:19 rq:933779 version:1.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ibmtss/ibmtss.changes    2021-07-02 
13:27:42.752646319 +0200
+++ /work/SRC/openSUSE:Factory/.ibmtss.new.1895/ibmtss.changes  2021-11-28 
21:30:11.542060163 +0100
@@ -1,0 +2,5 @@
+Thu Nov 25 11:48:53 UTC 2021 - Michal Suchanek <msucha...@suse.com>
+
+- Fix certificate list, run all tests.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ibmtss.spec ++++++
--- /var/tmp/diff_new_pack.jtLndW/_old  2021-11-28 21:30:13.070055274 +0100
+++ /var/tmp/diff_new_pack.jtLndW/_new  2021-11-28 21:30:13.074055262 +0100
@@ -80,12 +80,14 @@
 autoreconf -i
 %configure --enable-hwtpm --enable-debug --disable-static
 cd utils
+sed -i -e "s|/gsa/yktgsa/home/k/g/kgold/tpm2/utils|$PWD|" 
certificates/rootcerts.txt
 %{_libexecdir}/%{name}/tpm_server & tpm_server="$!"
 CCFLAGS="%{optflags}" make LNAFLAGS="-Wl,-rpath,%{_libdir}" %{?_smp_mflags}
 testfailed=0
-TPM_INTERFACE_TYPE=socsim LD_LIBRARY_PATH=.libs ./reg.sh || testfailed=$?
+TPM_INTERFACE_TYPE=socsim LD_LIBRARY_PATH=.libs ./reg.sh -a || testfailed=$?
 kill "$tpm_server" || :
 [ "$testfailed" -eq 0 ]
+sed -i -e "s|$PWD|%{_datadir}/%{name}|" certificates/rootcerts.txt
 
 %install
 install -m 644 -D -t %{buildroot}%{_prefix}/lib/udev/rules.d/ %{SOURCE1}

Reply via email to