From dd5f004a66e4dce4549a2cf56d1f2a35d32997c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Hor=C3=A1k?= Date: Thu, 25 Apr 2013 09:05:02 +0200 Subject: [PATCH] Add BR for perl(Env) needed by test rpl_manual_change_index_file --- community-mysql.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community-mysql.spec b/community-mysql.spec index 184466b..221e549 100644 --- a/community-mysql.spec +++ b/community-mysql.spec @@ -69,7 +69,7 @@ BuildRequires: systemd-units, systemtap-sdt-devel # make test requires time and ps BuildRequires: time procps # perl modules needed to run regression tests -BuildRequires: perl(Socket), perl(Time::HiRes) +BuildRequires: perl(Socket), perl(Time::HiRes), perl(Env) Requires: grep, fileutils, bash Requires: %{name}-common%{?_isa} = %{version}-%{release} @@ -703,7 +703,7 @@ install -m 0644 mysql-test/rh-skipped-tests.list ${RPM_BUILD_ROOT}%{_datadir}/my %changelog * Mon Apr 22 2013 Honza Horak 5.5.31-2 - Build with _hardened_build -- Fix some paths related to test suite +- Fix some paths and require perl(Env), which is needed by tests * Fri Apr 19 2013 Honza Horak 5.5.31-1 - Update to MySQL 5.5.31, for various fixes described at