Fix paths in -plugin-test patch
This commit is contained in:
parent
04d6ad3494
commit
bd951ae9c8
@ -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/daemon_example.ini
|
||||||
+--remove_file $PLUGIN_DIR/libdaemon_example.so
|
+--remove_file $PLUGIN_DIR/libdaemon_example.so
|
||||||
+--rmdir $PLUGIN_DIR
|
+--rmdir $PLUGIN_DIR
|
||||||
+--remove_file $MYSQLD_TMP_BASEDIR/community-share/errmsg.sys
|
+--remove_file $MYSQLD_TMP_BASEDIR/share/errmsg.sys
|
||||||
+--rmdir $MYSQLD_TMP_BASEDIR/community-share/mysql
|
+--rmdir $MYSQLD_TMP_BASEDIR/share/community-mysql
|
||||||
+--rmdir $MYSQLD_TMP_BASEDIR/community-share
|
+--rmdir $MYSQLD_TMP_BASEDIR/share
|
||||||
|
|
||||||
--enable_abort_on_error
|
--enable_abort_on_error
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: community-mysql
|
Name: community-mysql
|
||||||
Version: 5.5.31
|
Version: 5.5.31
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
|
|
||||||
Summary: MySQL client programs and shared libraries
|
Summary: MySQL client programs and shared libraries
|
||||||
Group: Applications/Databases
|
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*
|
%{_mandir}/man1/mysql_client_test.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 25 2013 Honza Horak <hhorak@redhat.com> 5.5.31-3
|
||||||
|
- Fix paths in -plugin-test patch
|
||||||
|
|
||||||
* Mon Apr 22 2013 Honza Horak <hhorak@redhat.com> 5.5.31-2
|
* Mon Apr 22 2013 Honza Horak <hhorak@redhat.com> 5.5.31-2
|
||||||
- Build with _hardened_build
|
- Build with _hardened_build
|
||||||
- Fix some paths and require perl(Env), which is needed by tests
|
- Fix some paths and require perl(Env), which is needed by tests
|
||||||
|
Loading…
Reference in New Issue
Block a user