c84257e8e0
* udev rules: new, configurable scheme for creating symlinks for SCSI devices (jsc#PED-6226) See description of ".SCSI_ID_SERIAL_SRC" /usr/lib/udev/55-scsi-sg3_id.rules * decoding utilities: add -j/--json[=JO] and --js-file=JFN options * sg_sat_datetime: new tool to access date/time on ATA devices using a SAT layer * sg_z_act_query: new tool for sending zone activate/query commands * sg_rem_rest_elem: new tool for removing or restoring elements * sg_write_attr: support for SPC "Write Attirbute" command (for tapes) * sg_ses: swap meaning of -H and -HH, add json support, use e.g. "0:2" for range indicator * sg_rtpg: fix response truncation * sg_decode_sense: add --nodecode option * sg_logs: fix --list and -lll options * sg_modes: improve handling of ZBC disks * sg_inq: add version descriptors from SPC6r08, add --quiet option * sg_vpd: add --sinq_inraw=RFN option * sg_turs: add --timeout= and --ascq= options * sg_requests: add --timeout= option * sg_sat_read_gplog: add --smart and --ppt options * sgp_dd and sgm_dd: add --progress option * sg_dd: add support for accessing NVMe devices via passthrough * Bug fixes and minor fixes - _service: simplify version processing, as we have a clean upstream version again * sg_read_block_limits: fix granularity value, add --mloi option * sg_lib: add sg_ll_read_block_limits_v2(); sg_logs: json work OBS-URL: https://build.opensuse.org/package/show/Base:System/sg3_utils?expand=0&rev=104
25 lines
1.0 KiB
Plaintext
25 lines
1.0 KiB
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/openSUSE/sg3_utils</param>
|
|
<param name="filename">sg3_utils</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<!--
|
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@.%h</param>
|
|
<param name="match-tag">[0-9].[0-9]*.pre.[0-9]*</param>
|
|
<param name="versionrewrite-pattern">([0-9.]+)\.pre\.([0-9]+)(\+[1-9])?(\+0)?(\.[a-f0-9]+)</param>
|
|
<param name="versionrewrite-replacement">\1~\2\3\5</param>
|
|
-->
|
|
<param name="versionrewrite-pattern">release-([0-9].[0-9]+)</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<param name="revision">factory</param>
|
|
<param name="changesgenerate">disable</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
</services>
|