opensips/opensips.spec

changeset 707
005bcc1c949b
parent 688
2223e646d8d9
child 757
bb40ee892364
     1.1 --- a/opensips/opensips.spec	Fri Sep 21 22:47:25 2012 +0200
     1.2 +++ b/opensips/opensips.spec	Sat Sep 22 00:05:30 2012 +0200
     1.3 @@ -119,15 +119,15 @@
     1.4  %endif
     1.5  %if "%{with_mysql}" == "yes"
     1.6  BuildPreReq:  mysql
     1.7 -PreReq:       mysql
     1.8 +PreReq:       mysql, perl-dbi::with_mysql
     1.9  %endif
    1.10  %if "%{with_pgsql}" == "yes"
    1.11  BuildPreReq:  postgresql
    1.12 -PreReq:       postgresql
    1.13 +PreReq:       postgresql, perl-dbi::with_pgsql
    1.14  %endif
    1.15  %if "%{with_odbc}" == "yes"
    1.16  BuildPreReq:  unixodbc
    1.17 -PreReq:       unixodbc
    1.18 +PreReq:       unixodbc, perl-dbi::with_odbc
    1.19  %endif
    1.20  %if "%{with_geoip}" == "yes"
    1.21  BuildPreReq:  geoip

mercurial