Modified: trunk/debian/control
===================================================================
--- trunk/debian/control 2012-12-04 11:37:53 UTC (rev 762)
+++ trunk/debian/control 2012-12-11 15:02:55 UTC (rev 763)
@@ -2,7 +2,7 @@
Section: misc
Priority: optional
Maintainer: Opsview Support <[email protected]>
-Build-Depends: debhelper (>= 4.0.0), devscripts, libmysqlclient-dev | libmysqlclient14-dev, libexpat-dev, libxml2-dev, libwww-perl, pkg-config, gcc, g++, libc6-dev, libssl-dev, openssl, libversion-perl, librrds-perl (>= 1.2), libperl-dev, libarchive-zip-perl, libgif-dev, libpng-dev, libjpeg-dev
+Build-Depends: debhelper (>= 4.0.0), devscripts, libmysqlclient-dev | libmysqlclient14-dev, libexpat-dev, libxml2-dev, libwww-perl, pkg-config, gcc, g++, libc6-dev, libssl-dev, openssl, libversion-perl, librrds-perl (>= 1.2), libperl-dev, libarchive-zip-perl, libgif-dev, libpng-dev, libjpeg-dev, libdb-dev
Standards-Version: 3.6.1
Homepage: http://www.opsview.com/
Modified: trunk/opsview-perl.spec.in
===================================================================
--- trunk/opsview-perl.spec.in 2012-12-04 11:37:53 UTC (rev 762)
+++ trunk/opsview-perl.spec.in 2012-12-11 15:02:55 UTC (rev 763)
@@ -19,7 +19,7 @@
# However, we have to avoid SLES as there is no such package in their repositories
# This should ensure that the correct packages exist before attempting to build
%if ! 0%{?sles_version} > 0
-BuildRequires: redhat-rpm-config
+BuildRequires: redhat-rpm-config, db4-devel
%endif
%if 0%{?rhel_version}
@@ -34,7 +34,7 @@
%if 0%{?sles_version} > 0
# perl-rrdtool is provided in rrdtool on SLES
-BuildRequires: libmysqlclient-devel, libexpat-devel, rrdtool-devel
+BuildRequires: libmysqlclient-devel, libexpat-devel, rrdtool-devel, libdb-4_5-devel
Requires: mysql-client
%endif