diff --git a/_service b/_service index 314ff4b..3038625 100644 --- a/_service +++ b/_service @@ -3,12 +3,17 @@ git https://github.com/openSUSE/sg3_utils sg3_utils - @PARENT_TAG@+@TAG_OFFSET@.%h - [0-9].[0-9]*.pre.[0-9]* - ([0-9.]+)\.pre\.([0-9]+)(\+[1-9])?(\+0)?(\.[a-f0-9]+) - \1~\2\3\5 + @PARENT_TAG@ + + release-([0-9].[0-9]+) + \1 factory - enable + disable diff --git a/sg3_utils-1.48.obscpio b/sg3_utils-1.48.obscpio new file mode 100644 index 0000000..30206db --- /dev/null +++ b/sg3_utils-1.48.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dd20d1e4403860c14559581a9b022a5a6a399dbb5b6ff4a6fd00df6132df885 +size 7001613 diff --git a/sg3_utils-1.48~20221101+1.142dace.obscpio b/sg3_utils-1.48~20221101+1.142dace.obscpio deleted file mode 100644 index 67e30f9..0000000 --- a/sg3_utils-1.48~20221101+1.142dace.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8fa689b468b42587388f6d0b5685a01884aca39eb6f705dfdd1a140fe2630e1 -size 7976973 diff --git a/sg3_utils.changes b/sg3_utils.changes index 51f3d16..fe07c51 100644 --- a/sg3_utils.changes +++ b/sg3_utils.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Thu Sep 21 20:17:46 UTC 2023 - Martin Wilck + +- 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 @@ -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 diff --git a/sg3_utils.obsinfo b/sg3_utils.obsinfo index a296506..5bbdd60 100644 --- a/sg3_utils.obsinfo +++ b/sg3_utils.obsinfo @@ -1,4 +1,4 @@ name: sg3_utils -version: 1.48~20221101+1.142dace -mtime: 1674833433 -commit: 142dace4f41db6369a73a19d8434c26ff7986b01 +version: 1.48 +mtime: 1690862808 +commit: d176dd620541c74dcf9df7f80720861579890f2c diff --git a/sg3_utils.spec b/sg3_utils.spec index 024054e..e210a60 100644 --- a/sg3_utils.spec +++ b/sg3_utils.spec @@ -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