Files
snphost/_service
James Fehlig 835404adcf - Update to version 0.7.0:
* build(deps): bump serde_json from 1.0.143 to 1.0.145
  * build(deps): bump serde from 1.0.198 to 1.0.228
  * build(deps): bump clap from 4.5.16 to 4.5.51
  * chore: bump version to 0.7.0
  * chore: updating documentation for vlek
  * feat: add verify vlek-hashstick
  * feat: add vlek-load command to invoke SNP_VLEK_LOAD
  * chore: bumping sev library to 7.1.0
  * ci: replace deprecated gh actions
  * Add option to set filename in fetch hashsticks
  * Add hashsticks-url to show command
  * Add support to fetch VLEK hashsticks
  * Add support to fetch CRL for VLEK
  * Add ASVK support to fetch ca command
  * Add VLEK support to fetch vek command
  * Add vlek-url to show command
  * Refactor vcek_url() to support VLEK
  * Use generic interface to fetch VCEK
  * build(deps): bump libc from 0.2.162 to 0.2.176
  * build(deps): bump curl from 0.4.46 to 0.4.49
  * VLEK: Add ASVK support
  * Add a comment for Turin and later
  * Add FMC parameter to vcek URL for Turin
  * Update README.md
  * Fix: Enabling config reset subcmd

OBS-URL: https://build.opensuse.org/package/show/Virtualization/snphost?expand=0&rev=18
2025-11-18 01:41:40 +00:00

24 lines
884 B
Plaintext

<services>
<service name="obs_scm" mode="manual">
<param name="url">https://github.com/virtee/snphost.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="scm">git</param>
<param name="revision">v0.7.0</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param>
</service>
<service name="tar" mode="manual"/>
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="set_version" mode="manual"/>
<service name="cargo_vendor" mode="manual">
<param name="srcdir">snphost</param>
<param name="compression">gz</param>
<param name="update">true</param>
</service>
</services>