49e6bbc33c
- 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 OBS-URL: https://build.opensuse.org/request/show/1096688 OBS-URL: https://build.opensuse.org/package/show/Base:System/pcr-oracle?expand=0&rev=9
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.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>
|