diff --git a/OpenIPMI.spec b/OpenIPMI.spec index 75b9e99..a465f7e 100644 --- a/OpenIPMI.spec +++ b/OpenIPMI.spec @@ -1,11 +1,13 @@ Summary: OpenIPMI (Intelligent Platform Management Interface) library and tools Name: OpenIPMI Version: 1.4.11 -Release: 3 +Release: 4 License: GPL Group: System Environment/Base Source: http://prdownloads.sourceforge.net/openipmi/%{name}-%{version}.tar.gz +Patch1: OpenIPMI-1.4.11-gcc4.patch BuildRoot: /var/tmp/%{name}-%{version}-root +BuildPrereq: gdbm-devel swig %description The Open IPMI project aims to develop an open code base to allow access to @@ -23,6 +25,7 @@ of the OpenIPMI project. %prep %setup -q +%patch1 -p1 -b .gcc4 %build %configure @@ -52,6 +55,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.a %changelog +* Thu Mar 17 2005 Phil Knirsch 1.4.11-4 +- gcc4 rebuild fixes +- Added missing gdbm-devel buildprereq + * Wed Mar 02 2005 Phil Knirsch 1.4.11-3 - bump release and rebuild with gcc 4