Rebuild to fix Fedora toolchain issues
This commit is contained in:
parent
567c9b6be5
commit
eea6dd5930
@ -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 <tgl@redhat.com> 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 <tgl@redhat.com> 5.0.45-3
|
||||
- Recent perl changes in rawhide mean we need a more specific BuildRequires
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user