- Fixed ipmitool not setting session privilege level (#172312)

This commit is contained in:
Phil Knirsch 2005-11-09 15:47:45 +00:00
parent 2a3e579d93
commit bda78e2fa6
1 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Summary: OpenIPMI (Intelligent Platform Management Interface) library and tools
Name: OpenIPMI
Version: 1.4.14
Release: 12
Release: 13
License: GPL
Group: System Environment/Base
URL: http://sourceforge.net/projects/openipmi/
@ -13,6 +13,7 @@ Source4: openipmi.initscript
Patch1: OpenIPMI-1.4.11-gcc4.patch
Patch2: OpenIPMI-1.4.14-oob.patch
Patch3: OpenIPMI-1.4.14-warnings.patch
Patch4: OpenIPMI-1.4.14-lanplus-session-privset.patch
BuildRoot: /var/tmp/%{name}-%{version}-root
BuildPrereq: gdbm-devel swig glib2-devel net-snmp-devel ncurses-devel openssl-devel
@ -51,6 +52,7 @@ of the OpenIPMI project.
%patch1 -p1 -b .gcc4
%patch2 -p1 -b .oob
%patch3 -p1 -b .warnings
%patch4 -p1 -b .lanplus-session-privset
%build
%configure
@ -126,8 +128,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*.a
%changelog
* Wed Nov 09 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.14-12
* Wed Nov 09 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.14-13
- Rebuilt to link against latest openssl libs.
- Fixed ipmitool not setting session privilege level (#172312)
* Wed Nov 02 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.14-11
- Rebuild to link against new net-snmp libs.