Commit ba258c75 authored by Hery Ramilison's avatar Hery Ramilison

Fixing sles11 build that /usr/lib/mysql/plugin is not owned by a package

parent 01c83f09
...@@ -1025,6 +1025,7 @@ fi ...@@ -1025,6 +1025,7 @@ fi
%attr(755, root, root) %{_sbindir}/mysqld-debug %attr(755, root, root) %{_sbindir}/mysqld-debug
%attr(755, root, root) %{_sbindir}/mysqlmanager %attr(755, root, root) %{_sbindir}/mysqlmanager
%attr(755, root, root) %{_sbindir}/rcmysql %attr(755, root, root) %{_sbindir}/rcmysql
%attr(755, root, root) %{_libdir}/mysql/plugin
%if %{INNODB_BUILD} %if %{INNODB_BUILD}
%if %{WITH_INNODB_PLUGIN} %if %{WITH_INNODB_PLUGIN}
%attr(755, root, root) %{_libdir}/mysql/plugin/ha_innodb_plugin.so* %attr(755, root, root) %{_libdir}/mysql/plugin/ha_innodb_plugin.so*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment