mirror of
https://github.com/MariaDB/server.git
synced 2025-10-21 08:47:42 +03:00
Fix some paths.
This commit is contained in:
@@ -652,11 +652,11 @@ fi
|
|||||||
%files server
|
%files server
|
||||||
%defattr(-,root,root,0755)
|
%defattr(-,root,root,0755)
|
||||||
|
|
||||||
%doc COPYING
|
%doc %{src_dir}/COPYING
|
||||||
%doc README
|
%doc %{src_dir}/README
|
||||||
%doc support-files/my-*.cnf
|
%doc release/support-files/my-*.cnf
|
||||||
%if %{CLUSTER_BUILD}
|
%if %{CLUSTER_BUILD}
|
||||||
%doc support-files/ndb-*.ini
|
%doc release/support-files/ndb-*.ini
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%doc %attr(644, root, root) %{_infodir}/mysql.info*
|
%doc %attr(644, root, root) %{_infodir}/mysql.info*
|
||||||
@@ -703,7 +703,6 @@ fi
|
|||||||
%attr(755, root, root) %{_bindir}/myisampack
|
%attr(755, root, root) %{_bindir}/myisampack
|
||||||
%attr(755, root, root) %{_bindir}/mysql_convert_table_format
|
%attr(755, root, root) %{_bindir}/mysql_convert_table_format
|
||||||
%attr(755, root, root) %{_bindir}/mysql_fix_extensions
|
%attr(755, root, root) %{_bindir}/mysql_fix_extensions
|
||||||
%attr(755, root, root) %{_bindir}/mysql_fix_privilege_tables
|
|
||||||
%attr(755, root, root) %{_bindir}/mysql_install_db
|
%attr(755, root, root) %{_bindir}/mysql_install_db
|
||||||
%attr(755, root, root) %{_bindir}/mysql_secure_installation
|
%attr(755, root, root) %{_bindir}/mysql_secure_installation
|
||||||
%attr(755, root, root) %{_bindir}/mysql_setpermission
|
%attr(755, root, root) %{_bindir}/mysql_setpermission
|
||||||
@@ -833,7 +832,7 @@ fi
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root, 0755)
|
%defattr(-, root, root, 0755)
|
||||||
%doc EXCEPTIONS-CLIENT
|
%doc %{src_dir}/EXCEPTIONS-CLIENT
|
||||||
%doc %attr(644, root, man) %{_mandir}/man1/comp_err.1*
|
%doc %attr(644, root, man) %{_mandir}/man1/comp_err.1*
|
||||||
%doc %attr(644, root, man) %{_mandir}/man1/mysql_config.1*
|
%doc %attr(644, root, man) %{_mandir}/man1/mysql_config.1*
|
||||||
%attr(755, root, root) %{_bindir}/mysql_config
|
%attr(755, root, root) %{_bindir}/mysql_config
|
||||||
|
Reference in New Issue
Block a user