diff --git a/mysql.spec b/mysql.spec index c45ad0b..5744615 100644 --- a/mysql.spec +++ b/mysql.spec @@ -1,6 +1,6 @@ Name: mysql Version: 5.0.45 -Release: 3%{?dist} +Release: 4%{?dist} Summary: MySQL client programs and shared libraries Group: Applications/Databases URL: http://www.mysql.com @@ -32,7 +32,7 @@ Patch10: mysql-bdb-open.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: gperf, perl, readline-devel, openssl-devel BuildRequires: gcc-c++, ncurses-devel, zlib-devel -BuildRequires: libtool automake autoconf +BuildRequires: libtool automake autoconf gawk # make test requires time BuildRequires: time # Socket is needed to run regression tests @@ -474,6 +474,10 @@ fi %{_mandir}/man1/mysql_client_test.1* %changelog +* Sat Aug 25 2007 Tom Lane 5.0.45-4 +- Seems we need an explicit BuildRequires on gawk now +- Rebuild to fix Fedora toolchain issues + * Sun Aug 12 2007 Tom Lane 5.0.45-3 - Recent perl changes in rawhide mean we need a more specific BuildRequires