diff options
author | unknown <lenz@mysql.com> | 2005-10-28 10:46:07 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2005-10-28 10:46:07 +0200 |
commit | 76714fe6de63f51e7b33bc0eb1cec8d7c208308d (patch) | |
tree | fe52d388367637c7b9c56f083df54055c935595f /support-files | |
parent | 62359c2dd0ae232b3edda26bea790bec511b5722 (diff) | |
download | mariadb-git-76714fe6de63f51e7b33bc0eb1cec8d7c208308d.tar.gz |
- fixed RPM spec file list after merge, removed dupes
support-files/mysql.spec.sh:
- fixed file list after merge, removed dupes
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 384f7ab29fa..5cd9d1646a4 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -548,9 +548,9 @@ fi %attr(755, root, root) %{_bindir}/my_print_defaults %attr(755, root, root) %{_bindir}/mysqlbug %attr(755, root, root) %{_bindir}/mysql_convert_table_format +%attr(755, root, root) %{_bindir}/mysql_create_system_tables %attr(755, root, root) %{_bindir}/mysqld_multi %attr(755, root, root) %{_bindir}/mysqld_safe -%attr(755, root, root) %{_bindir}/mysql_create_system_tables %attr(755, root, root) %{_bindir}/mysql_explain_log %attr(755, root, root) %{_bindir}/mysql_fix_extensions %attr(755, root, root) %{_bindir}/mysql_fix_privilege_tables @@ -558,13 +558,8 @@ fi %attr(755, root, root) %{_bindir}/mysql_install_db %attr(755, root, root) %{_bindir}/mysql_secure_installation %attr(755, root, root) %{_bindir}/mysql_setpermission -%attr(755, root, root) %{_bindir}/mysql_tzinfo_to_sql -%attr(755, root, root) %{_bindir}/mysql_zap -%attr(755, root, root) %{_bindir}/mysqlbug -%attr(755, root, root) %{_bindir}/mysqld_multi -%attr(755, root, root) %{_bindir}/mysqld_safe -%attr(755, root, root) %{_bindir}/mysqlhotcopy %attr(755, root, root) %{_bindir}/mysqltest +%attr(755, root, root) %{_bindir}/mysql_tzinfo_to_sql %attr(755, root, root) %{_bindir}/mysql_zap %attr(755, root, root) %{_bindir}/pack_isam %attr(755, root, root) %{_bindir}/perror |