From bd951ae9c8dc47f677b5c3f27356e796949146b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Hor=C3=A1k?= Date: Thu, 25 Apr 2013 11:14:03 +0200 Subject: [PATCH] Fix paths in -plugin-test patch --- community-mysql-plugin-test.patch | 6 +++--- community-mysql.spec | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/community-mysql-plugin-test.patch b/community-mysql-plugin-test.patch index 5fdce09..6d6093d 100644 --- a/community-mysql-plugin-test.patch +++ b/community-mysql-plugin-test.patch @@ -89,8 +89,8 @@ diff -up mysql-5.5.31/mysql-test/t/mysql_plugin.test.p17 mysql-5.5.31/mysql-test +--remove_file $PLUGIN_DIR/daemon_example.ini +--remove_file $PLUGIN_DIR/libdaemon_example.so +--rmdir $PLUGIN_DIR -+--remove_file $MYSQLD_TMP_BASEDIR/community-share/errmsg.sys -+--rmdir $MYSQLD_TMP_BASEDIR/community-share/mysql -+--rmdir $MYSQLD_TMP_BASEDIR/community-share ++--remove_file $MYSQLD_TMP_BASEDIR/share/errmsg.sys ++--rmdir $MYSQLD_TMP_BASEDIR/share/community-mysql ++--rmdir $MYSQLD_TMP_BASEDIR/share --enable_abort_on_error diff --git a/community-mysql.spec b/community-mysql.spec index 221e549..ba5103d 100644 --- a/community-mysql.spec +++ b/community-mysql.spec @@ -1,6 +1,6 @@ Name: community-mysql Version: 5.5.31 -Release: 2%{?dist} +Release: 3%{?dist} Summary: MySQL client programs and shared libraries Group: Applications/Databases @@ -701,6 +701,9 @@ install -m 0644 mysql-test/rh-skipped-tests.list ${RPM_BUILD_ROOT}%{_datadir}/my %{_mandir}/man1/mysql_client_test.1* %changelog +* Thu Apr 25 2013 Honza Horak 5.5.31-3 +- Fix paths in -plugin-test patch + * Mon Apr 22 2013 Honza Horak 5.5.31-2 - Build with _hardened_build - Fix some paths and require perl(Env), which is needed by tests