diff options
author | Remi Collet <fedora@famillecollet.com> | 2010-09-25 12:25:30 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2010-09-25 12:25:30 +0200 |
commit | 726c39dc5a16e12bc6ed35dbc108f67f16d85274 (patch) | |
tree | cf200f7f5f4d1bb7bb09fa3e6a19aea633f20958 | |
parent | 12511a7245a96bffa6629a969eae6f759a35cd54 (diff) |
MySQL missing BR
-rw-r--r-- | mysql-dev.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mysql-dev.spec b/mysql-dev.spec index e874a02..c77d770 100644 --- a/mysql-dev.spec +++ b/mysql-dev.spec @@ -10,7 +10,7 @@ URL: http://www.mysql.com License: GPLv2 with exceptions # Regression tests take a long time, you can skip 'em with this -%{!?runselftest:%global runselftest 0} +%{!?runselftest:%global runselftest 1} # Upstream has a mirror redirector for downloads, so the URL is hard to # represent statically. You can get the tarball by following a link from @@ -58,6 +58,9 @@ BuildRequires: libaio-devel BuildRequires: time procps # Socket is needed to run regression tests BuildRequires: perl(Socket) +# DBI and DBD::mysql are needed to run regression tests +# This cause mysql BR mysql :( +BuildRequires: perl(DBD::mysql) # This is required old EL4 BuildRequires: perl(Time::HiRes) |