Accepting request 533902 from home:hreinecke:branches:Base:System

- Update to svn r721:
  * Merge SUSE-specific patches with upstream svn
  * sg_write_atomic: add new program for WRITE ATOMIC
  * sg_bg_ctl: new background control command
  * sg_ses: Improve output and option handling
  * sg_logs: Add --vendor and decode more pages
  * sg_get_lba_status: add new program
  * Install rescan-scsi-bus.sh and scsi_logging_level per default

OBS-URL: https://build.opensuse.org/request/show/533902
OBS-URL: https://build.opensuse.org/package/show/Base:System/sg3_utils?expand=0&rev=67
This commit is contained in:
Dirk Mueller 2017-10-16 08:50:11 +00:00 committed by Git OBS Bridge
parent 254365e74d
commit ed7d32af59
3 changed files with 14 additions and 4 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f5f70f293e98a45353c8e5d4237bf505937fbbb6f2a856059b69450a5ae35662
size 791784
oid sha256:fbe61b4faa4cdc0bf28d65a9bde8165beeaf9a57cb404f345e7f88abd00ca727
size 807996

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Oct 13 13:25:58 CEST 2017 - hare@suse.de
- Update to svn r721:
* Merge SUSE-specific patches with upstream svn
* sg_write_atomic: add new program for WRITE ATOMIC
* sg_bg_ctl: new background control command
* sg_ses: Improve output and option handling
* sg_logs: Add --vendor and decode more pages
* sg_get_lba_status: add new program
* Install rescan-scsi-bus.sh and scsi_logging_level per default
-------------------------------------------------------------------
Fri Aug 11 14:45:56 CEST 2017 - hare@suse.de

View File

@ -90,8 +90,6 @@ make %{?_smp_mflags}
%install
%make_install
install -m 755 scripts/scsi_logging_level $RPM_BUILD_ROOT%{_bindir}
install -m 755 scripts/rescan-scsi-bus.sh $RPM_BUILD_ROOT%{_bindir}
install -m 644 doc/rescan-scsi-bus.sh.8 $RPM_BUILD_ROOT%{_mandir}/man8
mkdir -p $RPM_BUILD_ROOT%{_udevrulesdir}
install -m 644 scripts/55-scsi-sg3_id.rules $RPM_BUILD_ROOT%{_udevrulesdir}