Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pcr-oracle for openSUSE:Factory checked in at 2023-07-04 15:23:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pcr-oracle (Old) and /work/SRC/openSUSE:Factory/.pcr-oracle.new.23466 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pcr-oracle" Tue Jul 4 15:23:14 2023 rev:3 rq:1096766 version:0.4.6 Changes: -------- --- /work/SRC/openSUSE:Factory/pcr-oracle/pcr-oracle.changes 2023-07-03 17:44:25.513297829 +0200 +++ /work/SRC/openSUSE:Factory/.pcr-oracle.new.23466/pcr-oracle.changes 2023-07-04 15:24:02.966807613 +0200 @@ -1,0 +2,14 @@ +Tue Jul 4 07:44:10 UTC 2023 - Olaf Kirch <o...@suse.com> + +- Added a _service file +- BuildRequire libopenssl-devel rather than openssl +- Updated to version 0.4.6: + - recognize SOURCE_DATE_EPOCH for reproducible builds + - Remove authorized policy file from the unseal action + - Unseal the data without calling __pcr_policy_make() + - Skip the variable event with 0 length (#26) + - Add the new parameter: policy-name (#27) + - Skip the leading operators when matching grub2 commands (#28) + - microconf change: force rebuilding the sed script + +------------------------------------------------------------------- Old: ---- pcr-oracle-0.4.5.tar.bz2 New: ---- _service pcr-oracle-0.4.6.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pcr-oracle.spec ++++++ --- /var/tmp/diff_new_pack.heEWHb/_old 2023-07-04 15:24:03.430810400 +0200 +++ /var/tmp/diff_new_pack.heEWHb/_new 2023-07-04 15:24:03.434810425 +0200 @@ -18,14 +18,14 @@ Name: pcr-oracle -Version: 0.4.5 +Version: 0.4.6 Release: 0 Summary: Predict TPM PCR values License: GPL-2.0-only Group: System/Boot URL: https://github.com/okirch/pcr-oracle -Source: %{name}-%{version}.tar.bz2 -BuildRequires: openssl >= 0.9.8 +Source: %{name}-%{version}.tar.xz +BuildRequires: libopenssl-devel >= 0.9.8 BuildRequires: tpm2-0-tss-devel ExclusiveArch: x86_64 aarch64 ppc64le riscv64 ++++++ _service ++++++ <!-- See https://en.opensuse.org/openSUSE:Build_Service_Concept_SourceService --> <!-- for more details on the syntax --> <services> <service name="tar_scm" mode="disabled"> <param name="scm">git</param> <param name="url">https://github.com/okirch/pcr-oracle.git</param> <param name="filename">pcr-oracle</param> <param name="versionformat">@PARENT_TAG@</param> <param name="revision">refs/tags/0.4.6</param> </service> <service name="recompress" mode="disabled"> <param name="file">pcr-oracle*.tar</param> <param name="compression">xz</param> </service> <service mode="disabled" name="set_version" /> </services>