sdbootutil/_service
Ludwig Nussel c6547f2b70 Accepting request 1129833 from home:lnussel:branches:devel:microos
- Update to version 1+git20231129.d7f3909:
  * Add pcr predictions to initrd for now
  * Generate new TPM2 predictions with pcr-oracle
  * Update file triggers
  * Fix exit code of update command
  * Add a %transfiletriggerin to update EFI binaries
  * Update help text

OBS-URL: https://build.opensuse.org/request/show/1129833
OBS-URL: https://build.opensuse.org/package/show/devel:microos/sdbootutil?expand=0&rev=27
2023-11-30 07:37:11 +00:00

13 lines
463 B
Plaintext

<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/openSUSE/sdbootutil.git</param>
<param name="revision">main</param>
<param name="versionformat">1+git%cd.%h</param>
<param name="changesgenerate">enable</param>
<param name="extract">sdbootutil.spec</param>
</service>
<service name="set_version" mode="manual" />
<service name="tar" mode="buildtime"/>
</services>