Fix perl BuildRequires

This commit is contained in:
Tom Lane 2007-08-12 21:54:57 +00:00 committed by Michal Schorm
parent c9789fb9b5
commit 567c9b6be5

View File

@ -1,6 +1,6 @@
Name: mysql
Version: 5.0.45
Release: 2%{?dist}
Release: 3%{?dist}
Summary: MySQL client programs and shared libraries
Group: Applications/Databases
URL: http://www.mysql.com
@ -35,6 +35,8 @@ BuildRequires: gcc-c++, ncurses-devel, zlib-devel
BuildRequires: libtool automake autoconf
# make test requires time
BuildRequires: time
# Socket is needed to run regression tests
BuildRequires: perl(Socket)
Prereq: /sbin/install-info, grep, fileutils
Requires: %{name}-libs = %{version}-%{release}
@ -472,6 +474,9 @@ fi
%{_mandir}/man1/mysql_client_test.1*
%changelog
* Sun Aug 12 2007 Tom Lane <tgl@redhat.com> 5.0.45-3
- Recent perl changes in rawhide mean we need a more specific BuildRequires
* Thu Aug 2 2007 Tom Lane <tgl@redhat.com> 5.0.45-2
- Update License tag to match code.
- Work around recent Fedora change that makes "open" a macro name.