2c84831601
- Add fix_rsa.patch to support the export in PEM format of the public key - FAPI is not present until tpm2-tss >= 2.4.0. Express that in the BuildRequirement - Update to 0.5.2 - Support EV_EVENT_TAG events from the kernel (PCR9 for the cmdline and the kernel) - Fix cmdline measurements - Update to 0.5.1 - Measure the kernel as an EFI binary (PCR4) - Update to 0.5.0 - Support systemd-cryptenroll JSON files - Generate RSA keys in more scenarios - Select RSA key size - Drop systemd-boot.patch (already present in upstream) OBS-URL: https://build.opensuse.org/request/show/1127659 OBS-URL: https://build.opensuse.org/package/show/Base:System/pcr-oracle?expand=0&rev=15
18 lines
636 B
Plaintext
18 lines
636 B
Plaintext
<!-- 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.5.2</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>
|