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:
commit
3fc7a58b04
17
_service
Normal file
17
_service
Normal 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)
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
BIN
pcr-oracle-0.4.6.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user