diff -r cfb237fad7c7 -r 005bcc1c949b opensips/opensips.spec --- a/opensips/opensips.spec Fri Sep 21 22:47:25 2012 +0200 +++ b/opensips/opensips.spec Sat Sep 22 00:05:30 2012 +0200 @@ -119,15 +119,15 @@ %endif %if "%{with_mysql}" == "yes" BuildPreReq: mysql -PreReq: mysql +PreReq: mysql, perl-dbi::with_mysql %endif %if "%{with_pgsql}" == "yes" BuildPreReq: postgresql -PreReq: postgresql +PreReq: postgresql, perl-dbi::with_pgsql %endif %if "%{with_odbc}" == "yes" BuildPreReq: unixodbc -PreReq: unixodbc +PreReq: unixodbc, perl-dbi::with_odbc %endif %if "%{with_geoip}" == "yes" BuildPreReq: geoip