[Iprdd-commit] iprutils/spec iprutils.spec,1.98,1.99
Brought to you by:
brking
|
From: Kleber S. de S. <kl...@us...> - 2009-10-30 18:46:48
|
Update of /cvsroot/iprdd/iprutils/spec In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv19014/iprutils/spec Modified Files: iprutils.spec Log Message: Change default write buffer mode. Fix show-details for ses devices. Comment out get_write_buffer_dev. Fix Platform Location information. Fix iprconfig indentation. Index: iprutils.spec =================================================================== RCS file: /cvsroot/iprdd/iprutils/spec/iprutils.spec,v retrieving revision 1.98 retrieving revision 1.99 diff -u -d -r1.98 -r1.99 --- iprutils.spec 16 Sep 2009 23:38:06 -0000 1.98 +++ iprutils.spec 30 Oct 2009 18:46:39 -0000 1.99 @@ -1,6 +1,6 @@ Summary: Utilities for the IBM Power Linux RAID adapters Name: iprutils -Version: 2.2.17 +Version: 2.2.18 Release: 1 License: CPL Group: System Environment/Base @@ -81,6 +81,16 @@ %{_sysconfdir}/ha.d/resource.d/iprha %changelog +* Fri Oct 30 2009 Kleber Sacilotto de Souza <kl...@li...> 2.2.18 +- Release 2.2.18 +- Changes the default write buffer mode for writing to SES devices. +- Fixes the CLI show-details command for SES devices. +- Comments out the get_write_buffer_dev() routine to suppress compilation + warnings as it is not being used at the moment. +- Fixes the Platform Location Information display for hotplug adapters and + displays the information for non-hotplug adapters. +- Fixes the indentation problem when IOA host number is equal to or greater + than 10. * Wed Sep 16 2009 Wayne Boyer <wa...@li...> 2.2.17 - Release 2.2.17 - Fixes a NULL pointer dereference which caused the daemons to silently fail. |