From 726c39dc5a16e12bc6ed35dbc108f67f16d85274 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 25 Sep 2010 12:25:30 +0200 Subject: MySQL missing BR --- mysql-dev.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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) -- cgit