Release 2.2.9
This commit is contained in:
parent
7312fc56e5
commit
96cafe73b9
2 changed files with 7 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Summary: Utilities for the IBM Power Linux RAID adapters
|
||||
Name: iprutils
|
||||
Version: 2.2.8
|
||||
Version: 2.2.9
|
||||
Release: 1
|
||||
License: CPL
|
||||
Group: System Environment/Base
|
||||
|
|
@ -81,6 +81,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_sysconfdir}/ha.d/resource.d/iprha
|
||||
|
||||
%changelog
|
||||
* Thu Apr 09 2008 Tseng-Hui Lin <tsenglin@us.ibm.com> 2.2.9
|
||||
- Release 2.2.9
|
||||
- Do not save preferred primary attribute to fix an infinite failover
|
||||
problem in HA two system RAID configuration.
|
||||
* Thu Sep 20 2007 Brian King <brking@us.ibm.com> 2.2.8
|
||||
- Release 2.2.8
|
||||
* Mon Aug 27 2007 Brian King <brking@us.ibm.com>
|
||||
|
|
|
|||
|
|
@ -7,8 +7,8 @@
|
|||
IPR_MAJOR_RELEASE=2
|
||||
IPR_MINOR_RELEASE=2
|
||||
IPR_FIX_LEVEL=8
|
||||
IPR_RELEASE=1
|
||||
IPR_FIX_DATE=(September 20, 2007)
|
||||
IPR_RELEASE=2
|
||||
IPR_FIX_DATE=(April 9, 2008)
|
||||
|
||||
IPR_VERSION_STR=$(IPR_MAJOR_RELEASE).$(IPR_MINOR_RELEASE).$(IPR_FIX_LEVEL) $(IPR_FIX_DATE)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue