- Update to version 1.33

- sg_ses: major rework of indexes (again), now two level
  - sg_write_buffer: new --specific option for mode specific
    field; new mode 13 (spc4r32)
  - sg_vpd: add hp3par volume info vendor VPD page
    - fix 'scsi ports' [0x88] page problem
    - add 'sinq' pseudo page for standard inquiry response
    - add power consumption page
  - sg_format: add --poll= option for request sense polling
    - improve handling of disks > 2 TB and DIF (protection)
  - sg_logs: LB provision lpage extra (sbc3r28)
  - sg_modes: application tag mpage subcode 0xf0->0x2
  - sg_write_same: no prot fields when wrprotect=0
  - sg_get_lba_status: reflect change in sbc3r25 to Parameter
    Data Length response field (offset reduced from 8 to 4)
  - sg_inq, sg_vpd: sync with spc4r33
  - win32: change DataBufferOffset type per MSDN; caused
    problem with 64 bit machines (with buffered interface)
  - sg_luns: tweak documentation for vendor specific reports
  - add man pages for scsi_loging_level, scsi_mandat,
    scsi_satl and scsi_temperature

OBS-URL: https://build.opensuse.org/package/show/Base:System/sg3_utils?expand=0&rev=14
This commit is contained in:
Petr Uzel 2012-04-22 11:54:04 +00:00 committed by Git OBS Bridge
parent a83b16a29f
commit 40badae2c3
4 changed files with 35 additions and 6 deletions

View File

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

3
sg3_utils-1.33.tgz Normal file
View File

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

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Sun Apr 22 11:50:44 UTC 2012 - puzel@suse.com
- Update to version 1.33
- sg_ses: major rework of indexes (again), now two level
- sg_write_buffer: new --specific option for mode specific
field; new mode 13 (spc4r32)
- sg_vpd: add hp3par volume info vendor VPD page
- fix 'scsi ports' [0x88] page problem
- add 'sinq' pseudo page for standard inquiry response
- add power consumption page
- sg_format: add --poll= option for request sense polling
- improve handling of disks > 2 TB and DIF (protection)
- sg_logs: LB provision lpage extra (sbc3r28)
- sg_modes: application tag mpage subcode 0xf0->0x2
- sg_write_same: no prot fields when wrprotect=0
- sg_get_lba_status: reflect change in sbc3r25 to Parameter
Data Length response field (offset reduced from 8 to 4)
- sg_inq, sg_vpd: sync with spc4r33
- win32: change DataBufferOffset type per MSDN; caused
problem with 64 bit machines (with buffered interface)
- sg_luns: tweak documentation for vendor specific reports
- add man pages for scsi_loging_level, scsi_mandat,
scsi_satl and scsi_temperature
-------------------------------------------------------------------
Mon Jan 16 19:59:42 UTC 2012 - tabraham@novell.com

View File

@ -19,17 +19,17 @@
Url: http://sg.danny.cz/sg/sg3_utils.html
Name: sg3_utils
%define sgver 1.32
%define sgver 1.33
Provides: scsi
Provides: sg_utils
Obsoletes: scsi <= 1.7_2.38_1.25_0.19_1.02_0.93
PreReq: %insserv_prereq
Version: 1.32
Version: 1.33
Release: 0
Summary: A collection of tools that send SCSI commands to devices
License: BSD-3-Clause ; GPL-2.0 ; GPL-2.0+
Group: Hardware/Other
Source: http://sg.danny.cz/sg/p/sg3_utils-%{sgver}.tar.bz2
Source: http://sg.danny.cz/sg/p/sg3_utils-%{sgver}.tgz
Source2: http://www.garloff.de/kurt/linux/rescan-scsi-bus.sh
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -191,6 +191,10 @@ install -m 755 %{S:2} $RPM_BUILD_ROOT%{_bindir}
%doc %{_mandir}/man8/sg_decode_sense.8.gz
%doc %{_mandir}/man8/sg_referrals.8.gz
%doc %{_mandir}/man8/sg_sanitize.8.gz
%doc %{_mandir}/man8/scsi_logging_level.8.gz
%doc %{_mandir}/man8/scsi_mandat.8.gz
%doc %{_mandir}/man8/scsi_satl.8.gz
%doc %{_mandir}/man8/scsi_temperature.8.gz
%attr(755,root,root) %{_libdir}/libsgutils2.so.*
%files devel