- Updated ipmitool to latest upstream version.
- Removed 3 patches for already fixed bugs in latest ipmitool. - Adapted warning message fix for ipmitool for latest version.
This commit is contained in:
parent
789158463b
commit
a1346a0c94
@ -1,2 +1,2 @@
|
|||||||
OpenIPMI-1.4.11.tar.gz
|
ipmitool-1.8.6.tar.gz
|
||||||
ipmitool-1.8.2.tar.gz
|
OpenIPMI-1.4.14.tar.gz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%define ipmitoolver 1.8.2
|
%define ipmitoolver 1.8.6
|
||||||
Summary: OpenIPMI (Intelligent Platform Management Interface) library and tools
|
Summary: OpenIPMI (Intelligent Platform Management Interface) library and tools
|
||||||
Name: OpenIPMI
|
Name: OpenIPMI
|
||||||
Version: 1.4.14
|
Version: 1.4.14
|
||||||
Release: 17
|
Release: 18
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://sourceforge.net/projects/openipmi/
|
URL: http://sourceforge.net/projects/openipmi/
|
||||||
@ -13,9 +13,6 @@ Source4: openipmi.initscript
|
|||||||
Patch1: OpenIPMI-1.4.11-gcc4.patch
|
Patch1: OpenIPMI-1.4.11-gcc4.patch
|
||||||
Patch2: OpenIPMI-1.4.14-oob.patch
|
Patch2: OpenIPMI-1.4.14-oob.patch
|
||||||
Patch3: OpenIPMI-1.4.14-warnings.patch
|
Patch3: OpenIPMI-1.4.14-warnings.patch
|
||||||
Patch4: OpenIPMI-1.4.14-lanplus-session-privset.patch
|
|
||||||
Patch20: ipmitool-1.8.2-fru.patch
|
|
||||||
Patch21: ipmitool-1.8.2-kgkey.patch
|
|
||||||
BuildRoot: /var/tmp/%{name}-%{version}-root
|
BuildRoot: /var/tmp/%{name}-%{version}-root
|
||||||
BuildPrereq: gdbm-devel swig glib2-devel net-snmp-devel ncurses-devel openssl-devel
|
BuildPrereq: gdbm-devel swig glib2-devel net-snmp-devel ncurses-devel openssl-devel
|
||||||
|
|
||||||
@ -54,9 +51,6 @@ of the OpenIPMI project.
|
|||||||
%patch1 -p1 -b .gcc4
|
%patch1 -p1 -b .gcc4
|
||||||
%patch2 -p1 -b .oob
|
%patch2 -p1 -b .oob
|
||||||
%patch3 -p1 -b .warnings
|
%patch3 -p1 -b .warnings
|
||||||
%patch4 -p1 -b .lanplus-session-privset
|
|
||||||
%patch20 -p1 -b .fru
|
|
||||||
%patch21 -p1 -b .kgkey
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -137,6 +131,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 06 2006 Phil Knirsch <pknirsch@redhat.com> 1.4.14-18
|
||||||
|
- Updated ipmitool to latest upstream version.
|
||||||
|
- Removed 3 patches for already fixed bugs in latest ipmitool.
|
||||||
|
- Adapted warning message fix for ipmitool for latest version.
|
||||||
|
|
||||||
* Tue Jan 24 2006 Phil Knirsch <pknirsch@redhat.com> 1.4.14-17
|
* Tue Jan 24 2006 Phil Knirsch <pknirsch@redhat.com> 1.4.14-17
|
||||||
- Fixed some minor things in initscripts.
|
- Fixed some minor things in initscripts.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user