* Fix local disk querying in fakeroot(change root) when '/dev'

is not mounted.
  * Change the raid card cache split (%read, %write)
  * Retrieve/update cache information of both the card and 
    physical disks (enable/disable caching etc.)
  * Turn on/off identify and fault LEDs
  * Retrieve information on batteries
  * Retrieve a physical disk RPM, link type and location string for 
    a disk
  * Retrieve the vpd 0x83 for directly attached disk(s)
  * Given a vpd 0x83 return list of local disk paths
  * Given a disk path return the vpd 0x83 value
  * Retrieve list of local disks
- Removed package:
  * libstoragemgmt-rest -- droped by upstream.

OBS-URL: https://build.opensuse.org/package/show/Base:System/libstoragemgmt?expand=0&rev=17
This commit is contained in:
Martin Pluskal 2016-05-13 20:42:49 +00:00 committed by Git OBS Bridge
parent 3f8c2b914e
commit ecad87f38b

View File

@ -2,27 +2,26 @@
Fri May 13 13:59:32 UTC 2016 - fge@redhat.com
- Upgrade to version 1.3.1:
* Fix local disk querying in fakeroot(change root) when '/dev' is not
mounted.
* Fix local disk querying in fakeroot(change root) when '/dev'
is not mounted.
-------------------------------------------------------------------
Fri May 13 13:52:43 UTC 2016 - fge@redhat.com
- Upgrade to version 1.3.0:
* Change the raid card cache split (%read, %write)
* Retrieve/update cache information of both the card and physical disks
(enable/disable caching etc.)
* Turn on/off identify and fault LEDs
* Retrieve information on batteries
* Retrieve a physical disk RPM, link type and location string for a disk
* Retrieve the vpd 0x83 for directly attached disk(s)
* Given a vpd 0x83 return list of local disk paths
* Given a disk path return the vpd 0x83 value
* Retrieve list of local disks
* Removed package:
* libstoragemgmt-rest -- droped by upstream.
* Change the raid card cache split (%read, %write)
* Retrieve/update cache information of both the card and
physical disks (enable/disable caching etc.)
* Turn on/off identify and fault LEDs
* Retrieve information on batteries
* Retrieve a physical disk RPM, link type and location string for
a disk
* Retrieve the vpd 0x83 for directly attached disk(s)
* Given a vpd 0x83 return list of local disk paths
* Given a disk path return the vpd 0x83 value
* Retrieve list of local disks
- Removed package:
* libstoragemgmt-rest -- droped by upstream.
-------------------------------------------------------------------
Sat Feb 6 11:20:21 UTC 2016 - mpluskal@suse.com