- Fixed ipmitool not setting session privilege level (#172312)
This commit is contained in:
parent
2a3e579d93
commit
bda78e2fa6
@ -2,7 +2,7 @@
|
|||||||
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: 12
|
Release: 13
|
||||||
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,6 +13,7 @@ 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
|
||||||
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
|
||||||
|
|
||||||
@ -51,6 +52,7 @@ 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
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -126,8 +128,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
|
|
||||||
%changelog
|
%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.
|
- 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
|
* Wed Nov 02 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.14-11
|
||||||
- Rebuild to link against new net-snmp libs.
|
- Rebuild to link against new net-snmp libs.
|
||||||
|
Loading…
Reference in New Issue
Block a user