14
0

Accepting request 1130227 from home:aplanas:branches:devel:microos

Dracut module to import into the initrd the PCR signatures from the ESP

OBS-URL: https://build.opensuse.org/request/show/1130227
OBS-URL: https://build.opensuse.org/package/show/devel:microos/dracut-pcr-signature?expand=0&rev=1
This commit is contained in:
Richard Brown
2023-12-09 09:10:38 +00:00
committed by Git OBS Bridge
commit 8f909e67ff
7 changed files with 111 additions and 0 deletions

17
_service Normal file
View File

@@ -0,0 +1,17 @@
<?xml version="1.0"?>
<services>
<service name="tar_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/aplanas/dracut-pcr-signature.git</param>
<param name="revision">main</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>
<param name="extract">dracut-pcr-signature.spec</param>
</service>
<service name="recompress" mode="manual">
<param name="compression">xz</param>
<param name="file">*.tar</param>
</service>
<service name="set_version" mode="manual"/>
</services>