From 1dd9814a87bbe633062dd5e5b205a1619ab331e4 Mon Sep 17 00:00:00 2001 From: Phil Knirsch Date: Fri, 5 Aug 2005 12:36:12 +0000 Subject: [PATCH] - Fixed build problem on 64bit machines --- OpenIPMI.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/OpenIPMI.spec b/OpenIPMI.spec index e9ad8a8..c01481f 100644 --- a/OpenIPMI.spec +++ b/OpenIPMI.spec @@ -2,7 +2,7 @@ Summary: OpenIPMI (Intelligent Platform Management Interface) library and tools Name: OpenIPMI Version: 1.4.14 -Release: 5 +Release: 6 License: GPL Group: System Environment/Base URL: http://sourceforge.net/projects/openipmi/ @@ -52,10 +52,10 @@ of the OpenIPMI project. %build %configure -make +make LIBTOOL=%{_bindir}/libtool pushd ipmitool-%{ipmitoolver} %configure -make +make LIBTOOL=%{_bindir}/libtool popd %install @@ -124,6 +124,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.a %changelog +* Fri Aug 05 2005 Phil Knirsch 1.4.14-6 +- Fixed build problem on 64bit machines + * Fri Jul 15 2005 Phil Knirsch 1.4.14-5 - Fixed missing change to not autostart in the initscript