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 2021-05-04 22:01:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tpm2.0-tools (Old) and /work/SRC/openSUSE:Factory/.tpm2.0-tools.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tpm2.0-tools" Tue May 4 22:01:01 2021 rev:23 rq:890270 version:5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/tpm2.0-tools/tpm2.0-tools.changes 2021-01-28 21:29:02.992251045 +0100 +++ /work/SRC/openSUSE:Factory/.tpm2.0-tools.new.2988/tpm2.0-tools.changes 2021-05-04 22:01:06.620573352 +0200 @@ -1,0 +2,8 @@ +Tue May 4 08:55:06 UTC 2021 - Matthias Gerstner <matthias.gerst...@suse.com> + +- fix `--version` output of tools. Since now autoreconf is called and + configure.ac attempts to fetch the version from git (which we don't have + during building), the version was empty. Fix this by replacing the git + invocation in configure.ac. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tpm2.0-tools.spec ++++++ --- /var/tmp/diff_new_pack.ng6La8/_old 2021-05-04 22:01:07.084571608 +0200 +++ /var/tmp/diff_new_pack.ng6La8/_new 2021-05-04 22:01:07.088571593 +0200 @@ -71,6 +71,9 @@ %build # TODO: remove autoreconf once fix_pie_linking patch is no longer needed +# until then we need to repair the version specification which configure.ac +# wants to read from GIT which isn't there. +sed -i 's/m4_esyscmd_s([^)]\+)/%{version}/g' configure.ac autoreconf -fvi %configure --disable-static make %{?_smp_mflags} @@ -84,7 +87,8 @@ %files %defattr(-,root,root) -%doc README.md doc/LICENSE doc/CHANGELOG.md +%doc README.md doc/CHANGELOG.md +%license doc/LICENSE /usr/bin/tpm2* /usr/bin/tss2* %{_mandir}/man1/tpm2* ++++++ _service ++++++ --- /var/tmp/diff_new_pack.ng6La8/_old 2021-05-04 22:01:07.124571458 +0200 +++ /var/tmp/diff_new_pack.ng6La8/_new 2021-05-04 22:01:07.128571442 +0200 @@ -1,4 +1,5 @@ <services> + <!-- we need to setup a download_files service here. it is already called implicitly for some reason in the devel project, but not in e.g. SLE-15 --> <service name="tar_scm" mode="disabled"> <param name="url">https://github.com/intel/tpm2-tools.git</param> <param name="scm">git</param>