iprutils: update the version for the 2.3.14 release

Signed-off-by: Wen Xiong <wenxiong@linux.vnet.ibm.com>
This commit is contained in:
Wen Xiong 2013-05-07 15:28:36 -05:00
commit a4794bdc97
2 changed files with 10 additions and 4 deletions

View file

@ -1,6 +1,6 @@
Summary: Utilities for the IBM Power Linux RAID adapters
Name: iprutils
Version: 2.3.13
Version: 2.3.14
Release: 1
License: CPL
Group: System Environment/Base
@ -81,7 +81,13 @@ rm -rf $RPM_BUILD_ROOT
%{_sysconfdir}/ha.d/resource.d/iprha
%changelog
* Tue Dec 04 2012 Kleber Sacilotto de Souza <klebers@linux.vnet.ibm.com> 2.3.13
* Tue May 07 2013 Wen Xiong<wenxionglinux.vnet.ibm.com> 2.3.14
- Release 2.3.14
- Fixes stale information after hot plug a disk into an array
- Segmentation fault when removing a disk with hot spare disk
- Fxied sysfs error when updating microcode
- Fixes the platform location issue for Tres drawer
- Fix hop count defines
- Release 2.3.13
- Fixes Platform Location for 32bit adapter.
- Adds support for optical devices.

View file

@ -6,9 +6,9 @@
IPR_MAJOR_RELEASE=2
IPR_MINOR_RELEASE=3
IPR_FIX_LEVEL=13
IPR_FIX_LEVEL=14
IPR_RELEASE=1
IPR_FIX_DATE=(Dec 04, 2012)
IPR_FIX_DATE=(May 07, 2013)
IPR_VERSION_STR=$(IPR_MAJOR_RELEASE).$(IPR_MINOR_RELEASE).$(IPR_FIX_LEVEL) $(IPR_FIX_DATE)