Add BR for perl(Env) needed by test rpl_manual_change_index_file

This commit is contained in:
Honza Horák 2013-04-25 09:05:02 +02:00
parent 1a2ec63b46
commit 04d6ad3494
1 changed files with 2 additions and 2 deletions

View File

@ -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 <hhorak@redhat.com> 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 <hhorak@redhat.com> 5.5.31-1
- Update to MySQL 5.5.31, for various fixes described at