- Update to version 1.15: * Release v1.15 * doc: Regenerate all docs for v1.15 * tree: always set the host key (bsc#1246560) * json: do not leak port_obj for PCI devices * Revert "linux: TLS PSK derivation fixes" * linux: TLS PSK derivation fixes * mi: correct mi admin feature functions map file * mi: add power management feature functions * mi: add arbitration feature get function * libnvme: sanitize free() handling * ioctl: fix nvme_get_log_endurance_grp_evt() description * tree: free ctrl attributes when (re)configure ctrl (bsc#1243716) * types: Add Create Queue Specific (CQS) shift and mask for LM CDQ command * test: add tests for miscellaneous ioctl functions * test: move _cleanup_free_ to util.h * ioctl: fix nvme_directive_recv_stream_status * test: add tests for miscellaneous ioctl functions * tree: filter tree after scan has completed (bsc#1243716) * build: disable liburing support per default * ioctl: introduce force xfer length configuration knob * mi: nvme_mi_mi_xfer() is overly restrictive * mi: Additional define options for older systems with SIOCMCTPALLOC * types: Fix nvme_ns_id_desc packing * types: add SMART / health information CW shift and mask values * doc: fix return value description for nvme_scan_topology * test: add tests for zns functions * test: add missing tests for features functions * ioctl: fix nvme_lm_set_features_ctrl_data_queue * test: extend sysfs tree dump test OBS-URL: https://build.opensuse.org/request/show/1295757 OBS-URL: https://build.opensuse.org/package/show/Base:System/libnvme?expand=0&rev=71
19 lines
662 B
Plaintext
19 lines
662 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/linux-nvme/libnvme.git</param>
|
|
<param name="filename">libnvme</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="revision">v1.15</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="set_version" mode="manual">
|
|
</service>
|
|
<service mode="buildtime" name="tar" />
|
|
<service mode="buildtime" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
</services>
|