- Update to version 1.35
- sg_compare_and_write: new utility - sg_inq+sg_vpd: block device characteristics VPD page: add product_type, WABEREQ, WACEREQ and VBULS fields - sg_inq: more --export option changes for udev - sg_vpd: add more rdac vendor specific vpd pages - sg_verify: add --ebytchk option for sbc3r34 changes - sg_stpg: --offline option: fix 'Invalid state 0xe' - sg_ses: Door Lock element changed to Door element and abbreviation changed from 'dl' to 'do' (ses3r05) - archive/rescan-scsi-bus.sh: upgrade to version 1.53hr - move rescan-scsi-bus.sh to scripts directory - sync to sbc3r34 - sg_lib: sg_ll_verify10+16 expand BYTCHK to 2 bit field - sg_pt_win32, sg_scan(win32): changes for cygwin 1.7.17 - clean up man page summary lines - sg_xcopy: new dd like utility for extended copy command - sg_copy_results: new utility for receive copy results - sg_verify: add 16 byte cdb, bytchk (data-out buffer) and group number support - sync to spc4r36 and sbc3r32 - sg_inq: add --export so sg_inq can replace udev's scsi_id - decode old EMC Symmetrix abuse of VPD page 0x83 - sg_vpd: decode old EMC Symmetrix abuse of VPD page 0x83 - sg_ses: increase max dpage response size to 64 KB - allow ident,locate on enclosure controller - more sanity for additional element status descriptor - sg_sanitize: add --ause, --fail and --test= - sg_luns: add long extended flat space addressing format - sg_logs: add ATA pass-through results lpage (SAT-2) OBS-URL: https://build.opensuse.org/package/show/Base:System/sg3_utils?expand=0&rev=19
This commit is contained in:
parent
a24d1918fa
commit
870ea6254e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3034a4e798404cc963fc46437b0ceeb0edc635e02471ab13aa18acd8b716a27b
|
||||
size 952354
|
3
sg3_utils-1.35.tgz
Normal file
3
sg3_utils-1.35.tgz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:385e73a3acc961efd50a610db9c737f14ccc98ba8488e54355be1f08417e08af
|
||||
size 1007782
|
@ -1,3 +1,51 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 12 09:13:45 CET 2013 - hare@suse.de
|
||||
|
||||
- Update to version 1.35
|
||||
- sg_compare_and_write: new utility
|
||||
- sg_inq+sg_vpd: block device characteristics VPD page:
|
||||
add product_type, WABEREQ, WACEREQ and VBULS fields
|
||||
- sg_inq: more --export option changes for udev
|
||||
- sg_vpd: add more rdac vendor specific vpd pages
|
||||
- sg_verify: add --ebytchk option for sbc3r34 changes
|
||||
- sg_stpg: --offline option: fix 'Invalid state 0xe'
|
||||
- sg_ses: Door Lock element changed to Door element and
|
||||
abbreviation changed from 'dl' to 'do' (ses3r05)
|
||||
- archive/rescan-scsi-bus.sh: upgrade to version 1.53hr
|
||||
- move rescan-scsi-bus.sh to scripts directory
|
||||
- sync to sbc3r34
|
||||
- sg_lib: sg_ll_verify10+16 expand BYTCHK to 2 bit field
|
||||
- sg_pt_win32, sg_scan(win32): changes for cygwin 1.7.17
|
||||
- clean up man page summary lines
|
||||
- sg_xcopy: new dd like utility for extended copy command
|
||||
- sg_copy_results: new utility for receive copy results
|
||||
- sg_verify: add 16 byte cdb, bytchk (data-out buffer)
|
||||
and group number support
|
||||
- sync to spc4r36 and sbc3r32
|
||||
- sg_inq: add --export so sg_inq can replace udev's scsi_id
|
||||
- decode old EMC Symmetrix abuse of VPD page 0x83
|
||||
- sg_vpd: decode old EMC Symmetrix abuse of VPD page 0x83
|
||||
- sg_ses: increase max dpage response size to 64 KB
|
||||
- allow ident,locate on enclosure controller
|
||||
- more sanity for additional element status descriptor
|
||||
- sg_sanitize: add --ause, --fail and --test=
|
||||
- sg_luns: add long extended flat space addressing format
|
||||
- sg_logs: add ATA pass-through results lpage (SAT-2)
|
||||
- sg_rtpg: add --extended option
|
||||
- sg_senddiag: list rebuild assist diag page name
|
||||
- sg_pt_linux: expand DID_ (host_byte) codes
|
||||
- cope with a transport error plus sense data
|
||||
- prefer major() over MAJOR() macro
|
||||
- sg_lib: fix sg_get_command_name() service actions
|
||||
- report sdat_ovfl bit (if set) in sense data
|
||||
- decode extended_copy and receive_copy service actions
|
||||
- decode read_buffer and write_buffer modes
|
||||
- decode ATA PT fixed format sense (SAT-2)
|
||||
- sg_cmds_extra: add sg_ll_report_tgt_prt_grp2()
|
||||
- ./configure options:
|
||||
- change --enable-no-linux-bsg to --disable-linuxbsg
|
||||
- add --disable-scsistrings to reduce utility sizes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 4 07:01:46 UTC 2012 - cfarrell@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package sg3_utils
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,13 +19,12 @@
|
||||
Url: http://sg.danny.cz/sg/sg3_utils.html
|
||||
|
||||
Name: sg3_utils
|
||||
Version: 1.33
|
||||
Version: 1.35
|
||||
Release: 0
|
||||
Summary: A collection of tools that send SCSI commands to devices
|
||||
License: GPL-2.0+ and BSD-3-Clause
|
||||
Group: Hardware/Other
|
||||
Source: http://sg.danny.cz/sg/p/sg3_utils-%{version}.tgz
|
||||
Source2: http://www.garloff.de/kurt/linux/rescan-scsi-bus.sh
|
||||
Requires(pre): %insserv_prereq
|
||||
Provides: scsi
|
||||
Provides: sg_utils
|
||||
@ -42,7 +41,6 @@ or a bridge device are examples of devices that use SCSI command sets.
|
||||
|
||||
%package devel
|
||||
Summary: A collection of tools that send SCSI commands to devices
|
||||
License: GPL-2.0+ and BSD-3-Clause
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
@ -64,7 +62,6 @@ or a bridge device are examples of devices that use SCSI command sets.
|
||||
%install
|
||||
%makeinstall
|
||||
install -m 755 scripts/scsi_logging_level $RPM_BUILD_ROOT%{_bindir}
|
||||
install -m 755 %{S:2} $RPM_BUILD_ROOT%{_bindir}
|
||||
%{__rm} -f %{buildroot}%{_libdir}/*.la
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
Loading…
Reference in New Issue
Block a user