- Added missing perl-devel buildrequires

This commit is contained in:
Phil Knirsch 2007-10-10 14:09:57 +00:00
parent a49908154d
commit f5c033c08b
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
PreReq: chkconfig PreReq: chkconfig
BuildPrereq: gdbm-devel swig glib2-devel net-snmp-devel ncurses-devel BuildPrereq: gdbm-devel swig glib2-devel net-snmp-devel ncurses-devel
BuildPrereq: openssl-devel python-devel readline-devel popt-devel BuildPrereq: openssl-devel python-devel readline-devel popt-devel
BuildPrereq: perl-devel
%description %description
The Open IPMI project aims to develop an open code base to allow access to The Open IPMI project aims to develop an open code base to allow access to
@ -163,6 +164,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*.a %{_libdir}/*.a
%changelog %changelog
* Wed Oct 10 2007 Phil Knirsch <pknirsch@redhat.com> - 2.0.11-3
- Added missing perl-devel buildrequires
* Mon Sep 24 2007 Phil Knirsch <pknirsch@redhat.com> - 2.0.11-2 * Mon Sep 24 2007 Phil Knirsch <pknirsch@redhat.com> - 2.0.11-2
- Added missing popt-devel buildrequires - Added missing popt-devel buildrequires