From ecad87f38b772f5434cebe77f87e004c935e73908f5544a587b6cafec53af1c9 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 13 May 2016 20:42:49 +0000 Subject: [PATCH] * 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 --- libstoragemgmt.changes | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/libstoragemgmt.changes b/libstoragemgmt.changes index 95f3fe0..2746c13 100644 --- a/libstoragemgmt.changes +++ b/libstoragemgmt.changes @@ -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