Alberto Planas Dominguez
3d40a4e426
- Update to 0.5.4 - Improve systemd-boot support - Add --boot-entry for systemd-boot - Manpage fixes - Fix PCR index in JSON file - Fix GrubPcrSnapshot parsing - Drop upstreamed patches: boot_entry.patch and fix_pcr_index.patch OBS-URL: https://build.opensuse.org/request/show/1132038 OBS-URL: https://build.opensuse.org/package/show/Base:System/pcr-oracle?expand=0&rev=19
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.4</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>
|