Fix bogus perl Requires for mysql-test
This commit is contained in:
parent
fa98cf328f
commit
0e48f65640
@ -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"
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user