diff options
Diffstat (limited to 'support-files/mysql.spec.sh')
-rw-r--r-- | support-files/mysql.spec.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index c36a268448c..15591c7156b 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -311,7 +311,7 @@ fi %attr(755, root, root) /usr/bin/safe_mysqld %attr(755, root, root) /usr/bin/my_print_defaults -%attr(644, root, root) /usr/info/mysql.info +%attr(644, root, root) /usr/info/mysql.info.gz %attr(755, root, root) /usr/sbin/mysqld @@ -331,7 +331,7 @@ fi %attr(755, root, root) /usr/bin/mysqlshow %attr(755, root, root) /usr/bin/mysqlbinlog -%attr(644, root, man) %doc /usr/man/man1/mysql.1 +%attr(644, root, man) %doc /usr/man/man1/mysql.1.gz %post shared /sbin/ldconfig |