Fix bogus perl Requires for mysql-test

This commit is contained in:
Tom Lane 2006-05-03 03:36:47 +00:00 committed by Michal Schorm
parent fa98cf328f
commit 0e48f65640
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh
/usr/lib/rpm/perl.req $* | grep -v "perl(th"
/usr/lib/rpm/perl.req $* | grep -v -e "perl(th" -e "perl(lib::mtr"

View File

@ -1,6 +1,6 @@
Name: mysql
Version: 5.0.21
Release: 1
Release: 2
Summary: MySQL client programs and shared libraries.
License: GPL
Group: Applications/Databases
@ -410,6 +410,9 @@ fi
%attr(-,mysql,mysql) %{_datadir}/mysql-test
%changelog
* Tue May 2 2006 Tom Lane <tgl@redhat.com> 5.0.21-2
- Fix bogus perl Requires for mysql-test
* Mon May 1 2006 Tom Lane <tgl@redhat.com> 5.0.21-1
- Update to MySQL 5.0.21