From: Marc Fiuczynski Date: Wed, 12 Mar 2008 13:33:56 +0000 (+0000) Subject: mysql plugin for ulogd needs zlib and zlib-devel. Due to some rpm dependency snafu... X-Git-Tag: 4.2-rc2~146 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=00fe672fd3075d93e4de85f169c98295de016188;p=build.git mysql plugin for ulogd needs zlib and zlib-devel. Due to some rpm dependency snafu it appears only the i386 variant of zlib-devel is pulled in on a x86_64 build. Adding zlib and zlib-devel explicitly here should fix this, though I am wondering whether the the ulogd spec file for the mysql plugin should have explicit (build)requires statements --- diff --git a/config.planetlab/devel.pkgs b/config.planetlab/devel.pkgs index e95ab077..916196a1 100644 --- a/config.planetlab/devel.pkgs +++ b/config.planetlab/devel.pkgs @@ -20,6 +20,8 @@ package: gd package: httpd mod_python mod_ssl package: openssl package: openssl-devel +package: zlib +package: zlib-devel package: bison flex package: libtool package: metadata