Accepting request 1096766 from Base:System

OBS-URL: https://build.opensuse.org/request/show/1096766
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pcr-oracle?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2023-07-04 13:23:14 +00:00 committed by Git OBS Bridge
commit 3fc7a58b04
5 changed files with 37 additions and 6 deletions

17
_service Normal file
View File

@ -0,0 +1,17 @@
<!-- 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>

BIN
pcr-oracle-0.4.5.tar.bz2 (Stored with Git LFS)

Binary file not shown.

BIN
pcr-oracle-0.4.6.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Jul 4 07:44:10 UTC 2023 - Olaf Kirch <okir@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
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 5 07:45:13 UTC 2023 - Gary Ching-Pang Lin <glin@suse.com> Mon Jun 5 07:45:13 UTC 2023 - Gary Ching-Pang Lin <glin@suse.com>

View File

@ -18,14 +18,14 @@
Name: pcr-oracle Name: pcr-oracle
Version: 0.4.5 Version: 0.4.6
Release: 0 Release: 0
Summary: Predict TPM PCR values Summary: Predict TPM PCR values
License: GPL-2.0-only License: GPL-2.0-only
Group: System/Boot Group: System/Boot
URL: https://github.com/okirch/pcr-oracle URL: https://github.com/okirch/pcr-oracle
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.xz
BuildRequires: openssl >= 0.9.8 BuildRequires: libopenssl-devel >= 0.9.8
BuildRequires: tpm2-0-tss-devel BuildRequires: tpm2-0-tss-devel
ExclusiveArch: x86_64 aarch64 ppc64le riscv64 ExclusiveArch: x86_64 aarch64 ppc64le riscv64