17
0
Files
cloud-hypervisor/_service
Richard Rahl d2bb1eed97 - Update to version 51.1:
* Fix image_type in OpenAPI definition
- Update to version 51.0:
  * This release fixes a security vulnerability in disk image handling
  * Significant QCOW2 v3 Improvements
  * ACPI Generic Initiator Support
  * Block Device DISCARD and WRITE_ZEROES Support
  * Transparent Huge Pages (THP) support has been extended
  * The vhost-user-net device now uses the default set of vhost-user
    virtio features
  * Fix VFIO device hot-remove leaving group and container file
    descriptors open, preventing re-add
  * Fix snapshot restore when backing file is on read-only storage
  * Enforce VIRTIO_BLK_F_RO even if guest does not negotiate it
  * Fix read-only block device FLUSH requests from OVMF
  * Fix vhost-user device not properly dropping unowned file descriptors
  * Fix vhost-user-block get_config interoperability
  * Add gettid() to all seccomp filters
  * Fix MAC address parsing that wrongly allowed + instead of hex chars
  * Improve UUID parse error message and --net fd help text
  * Fix various inconsistencies in our OpenAPI specification file
  * Various documentation fixes

OBS-URL: https://build.opensuse.org/package/show/Virtualization/cloud-hypervisor?expand=0&rev=20
2026-02-23 12:51:23 +00:00

20 lines
729 B
Plaintext

<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/cloud-hypervisor/cloud-hypervisor.git</param>
<param name="revision">refs/tags/v51.1</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>
<service name="tar" mode="buildtime" />
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="cargo_vendor" mode="manual">
<param name="src">cloud-hypervisor</param>
<param name="update">true</param>
</service>
<service name="set_version" mode="manual" />
</services>