- Update to version 1.48
* 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
This commit is contained in:
parent
fc26090f74
commit
c84257e8e0
15
_service
15
_service
@ -3,12 +3,17 @@
|
||||
<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@+@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="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">enable</param>
|
||||
<param name="changesgenerate">disable</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual"/>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
|
3
sg3_utils-1.48.obscpio
Normal file
3
sg3_utils-1.48.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6dd20d1e4403860c14559581a9b022a5a6a399dbb5b6ff4a6fd00df6132df885
|
||||
size 7001613
|
BIN
sg3_utils-1.48~20221101+1.142dace.obscpio
(Stored with Git LFS)
BIN
sg3_utils-1.48~20221101+1.142dace.obscpio
(Stored with Git LFS)
Binary file not shown.
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 21 20:17:46 UTC 2023 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
- Update to version 1.48
|
||||
* 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 27 15:45:58 UTC 2023 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
@ -9,7 +37,8 @@ Thu Nov 03 20:15:14 UTC 2022 - mwilck@suse.com
|
||||
|
||||
- Update to new upstream version 1.48~20221101.6d3bd26:
|
||||
(pre-release sg3_utils-1.48 [20221101] [svn: r978])
|
||||
* sg_read_block_limits: fix granularity value, add --mloi option; sg_lib: add sg_ll_read_block_limits_v2(); sg_logs: json work
|
||||
* sg_read_block_limits: fix granularity value, add --mloi option
|
||||
* sg_lib: add sg_ll_read_block_limits_v2(); sg_logs: json work
|
||||
* sg_stream_ctl: --get fix better; sg_rem_rest_elem: cleanup
|
||||
* sg_stream_ctl: fix --get indexing; fix some './configure --enable-debug' issues
|
||||
* sg_inq+sg_vpd: JSON updates
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: sg3_utils
|
||||
version: 1.48~20221101+1.142dace
|
||||
mtime: 1674833433
|
||||
commit: 142dace4f41db6369a73a19d8434c26ff7986b01
|
||||
version: 1.48
|
||||
mtime: 1690862808
|
||||
commit: d176dd620541c74dcf9df7f80720861579890f2c
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: sg3_utils
|
||||
Version: 1.48~20221101+1.142dace
|
||||
Version: 1.48
|
||||
%global lname libsgutils2-%(echo %{version} | sed 's/[~+].*//;y/./_/')-2
|
||||
Release: 0
|
||||
Summary: A collection of tools that send SCSI commands to devices
|
||||
|
Loading…
x
Reference in New Issue
Block a user