Accepting request 886932 from home:polslinux:branches:Base:System

- Update to version 1.46:
  * sg_rep_pip: new utility: report provisioning initialization
    pattern command
  * sg_turs: estimated time-to-ready [spc6r03]
    - add --delay=MS option
  * sg_requests: substantial cleanup
  * sg_vpd: add Format presets and Concurrent positioning ranges
    - add hot-pluggable field in standard Inquiry [spc6r05]
    - fix vendor struct opts_t alignment
  * sg_inq: add hot-pluggable field in standard Inquiry
  * sg_dd: --verify : separate category for miscompare errors
    - --verify : oflag=coe continue on miscompares, counts them
    - add cdl= operand for command duration limit indexes
    - add oflag=nocreat and conv=nocreat : OFILE must exist
    - add iflag=00, ff, random flags
    - setup conditional auto rule for getrandom()
    - add command timeout after comma in time= operand
  * sg_get_elem_status: add ralwd bit sbc4r20a
  * sg_write_x: add dld bits to write(32) [sbc4r19a]
  * sg_rep_zones: print invalid write pointer LBA as -1 rather
    than 16 "f"s
  * sg_opcodes: improve handling of RWCDLP field
  * sg_ses: use fan speed factor field for calculation [ses4r04]
    - add --all (-a) option, same action as --join
  * sg_compare_and_write: add examples section to its manpage
  * sg_modes: document '-s' option (same as '-6')
  * sg_sanitize + sg_format: when --verbose given once report
    probable success; without --verbose 'no news is good news'
  * sg_zone: add Remove element and modify zones command
  * sg_raw: increase maximum data-in and data-out buffer size
    from 64 KB to 1 MB
    - fix --cmdfile= handling
    - add --nvm option to send commands from the NVM command set
    - add --cmdset option to bypass cdb heuristic
    - add --scan= first_opcode,last_opcode
  * sg_pt_freebsd: allow device names without leading /dev/
    thus fix for regression introduced in rev 731 (ver: 1.43)
  * sg_pt_solaris+sg_pt_osf1: fix problem with clear_scsi_pt_obj()
    which needs to remember is_nvme and dev_fd values
  * sg_lib: add ZBC (2020) feature set entries
  * sg_lib: restore elements and rebuild command added
  * sg_lib,sg_pt: add partial_clear_scsi_pt_obj(),
    get_scsi_pt_cdb_len() and get_scsi_pt_cdb_buf()
    - add do_nvm_pt() for the NVM (sub-)command set
    - tweak transport error handling in Linux
  * sg_lib: Linux NVMe SNTL: add read, write and verify;
    synchronize cache and write same translations
    - add dummy start stop unit and test unit ready commands
    - wire cache mpage's WCE to nvme 'volatile write cache'
    - fix crash in sg_f2hex_arr() when fname not found
  * sg_lib: reprint cdb with illegal request sense key
    - asc/ascq match asc-num.txt @t10 20200708 [spc6r02]
  * gcc-10: suppress warnings
  * autoconf: upgrade version 2.69 to 2.70
  * remove space from end of source lines for git-svn
  * testing/sg_mrq_testing: new, for blocking mrq usage
  * testing/sgs_dd: add evfd flags and eventfd processing
  * testing: remove master-slave terminology for sgv4
  * examples: add nvme_read_ctl.hex and nvme_write_ctl.hex

OBS-URL: https://build.opensuse.org/request/show/886932
OBS-URL: https://build.opensuse.org/package/show/Base:System/sg3_utils?expand=0&rev=87
This commit is contained in:
Martin Wilck 2021-04-20 12:32:13 +00:00 committed by Git OBS Bridge
parent 9239b52f8f
commit 97311b5180
4 changed files with 73 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ecb976cacba9bdd4fa034f11bbbe3aebffec3595a782cf8ea2fd202e71bce955
size 950304

3
sg3_utils-1.46.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:59c268b10b93ce31a517af13e19c88f285c12b7dd065f50e36b16a7b6fa7b9a0
size 1031800

View File

@ -1,3 +1,66 @@
-------------------------------------------------------------------
Tue Apr 20 09:15:11 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
- Update to version 1.46:
* sg_rep_pip: new utility: report provisioning initialization
pattern command
* sg_turs: estimated time-to-ready [spc6r03]
- add --delay=MS option
* sg_requests: substantial cleanup
* sg_vpd: add Format presets and Concurrent positioning ranges
- add hot-pluggable field in standard Inquiry [spc6r05]
- fix vendor struct opts_t alignment
* sg_inq: add hot-pluggable field in standard Inquiry
* sg_dd: --verify : separate category for miscompare errors
- --verify : oflag=coe continue on miscompares, counts them
- add cdl= operand for command duration limit indexes
- add oflag=nocreat and conv=nocreat : OFILE must exist
- add iflag=00, ff, random flags
- setup conditional auto rule for getrandom()
- add command timeout after comma in time= operand
* sg_get_elem_status: add ralwd bit sbc4r20a
* sg_write_x: add dld bits to write(32) [sbc4r19a]
* sg_rep_zones: print invalid write pointer LBA as -1 rather
than 16 "f"s
* sg_opcodes: improve handling of RWCDLP field
* sg_ses: use fan speed factor field for calculation [ses4r04]
- add --all (-a) option, same action as --join
* sg_compare_and_write: add examples section to its manpage
* sg_modes: document '-s' option (same as '-6')
* sg_sanitize + sg_format: when --verbose given once report
probable success; without --verbose 'no news is good news'
* sg_zone: add Remove element and modify zones command
* sg_raw: increase maximum data-in and data-out buffer size
from 64 KB to 1 MB
- fix --cmdfile= handling
- add --nvm option to send commands from the NVM command set
- add --cmdset option to bypass cdb heuristic
- add --scan= first_opcode,last_opcode
* sg_pt_freebsd: allow device names without leading /dev/
thus fix for regression introduced in rev 731 (ver: 1.43)
* sg_pt_solaris+sg_pt_osf1: fix problem with clear_scsi_pt_obj()
which needs to remember is_nvme and dev_fd values
* sg_lib: add ZBC (2020) feature set entries
* sg_lib: restore elements and rebuild command added
* sg_lib,sg_pt: add partial_clear_scsi_pt_obj(),
get_scsi_pt_cdb_len() and get_scsi_pt_cdb_buf()
- add do_nvm_pt() for the NVM (sub-)command set
- tweak transport error handling in Linux
* sg_lib: Linux NVMe SNTL: add read, write and verify;
synchronize cache and write same translations
- add dummy start stop unit and test unit ready commands
- wire cache mpage's WCE to nvme 'volatile write cache'
- fix crash in sg_f2hex_arr() when fname not found
* sg_lib: reprint cdb with illegal request sense key
- asc/ascq match asc-num.txt @t10 20200708 [spc6r02]
* gcc-10: suppress warnings
* autoconf: upgrade version 2.69 to 2.70
* remove space from end of source lines for git-svn
* testing/sg_mrq_testing: new, for blocking mrq usage
* testing/sgs_dd: add evfd flags and eventfd processing
* testing: remove master-slave terminology for sgv4
* examples: add nvme_read_ctl.hex and nvme_write_ctl.hex
-------------------------------------------------------------------
Thu Apr 25 19:11:45 UTC 2019 - mwilck@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package sg3_utils
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,15 +17,15 @@
Name: sg3_utils
%define lname libsgutils2-1_45-2
Version: 1.45~815+5.6aa67ed
%define lname libsgutils2-1_46-2
Version: 1.46
Release: 0
Summary: A collection of tools that send SCSI commands to devices
License: GPL-2.0-or-later AND BSD-3-Clause
License: BSD-3-Clause AND GPL-2.0-or-later
Group: Hardware/Other
Url: http://sg.danny.cz/sg/sg3_utils.html
Source: sg3_utils-%{version}.tar.xz
URL: http://sg.danny.cz/sg/sg3_utils.html
Source: https://sg.danny.cz/sg/p/sg3_utils-%{version}.tar.xz
#Source: sg3_utils-%{version}.tar.xz
Source1: dracut.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libtool