Fix perl BuildRequires
This commit is contained in:
parent
c9789fb9b5
commit
567c9b6be5
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user