Jeff Johnson wrote:
On Apr 20, 2009, at 11:57 AM, Farkas Levente wrote:
- mysql test suit is failed with:
Errors are (from /builddir/build/BUILD/mysql-5.0.45/mysql-test/var/log/mysqltest- time) : mysqltest: Could not open connection 'default': 2026 SSL connection error
There's a hack to disable the %check section (if needed):
Put this in some macro file (e.g. /etc/rpm/macros or ~/.rpmmacros)
%check %%check \ exit 0
strange it's not working for me:-( rpmbuild still run the %check section and still exit with error.
ps. anyway it's turn out that the upstream src.rpm contains expired ssl cert which is the reason why it's not longer rebuildable:-)