diff options
author | lenz@mysql.com <> | 2003-12-22 14:56:06 +0100 |
---|---|---|
committer | lenz@mysql.com <> | 2003-12-22 14:56:06 +0100 |
commit | e9b90a7dcc32513d015480530f6506596bf92794 (patch) | |
tree | e4d1d6cae442604f1605b5fcb0c07aae9850f4c0 /support-files | |
parent | 33b39301121ce65c0208c1644696682da9e1bdb6 (diff) | |
download | mariadb-git-e9b90a7dcc32513d015480530f6506596bf92794.tar.gz |
- marked /etc/logrotate.d/mysql as a config file in the RPM spec file
(BUG#2156)
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index e1c3476f738..e25a8a40c71 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -493,7 +493,7 @@ fi %attr(755, root, root) %{_sbindir}/rcmysql %attr(644, root, root) %{_libdir}/mysql/mysqld.sym -%attr(644, root, root) %{_sysconfdir}/logrotate.d/mysql +%attr(644, root, root) %config(noreplace,missingok) %{_sysconfdir}/logrotate.d/mysql %attr(755, root, root) %{_sysconfdir}/init.d/mysql %attr(755, root, root) %{_datadir}/mysql/ @@ -572,6 +572,10 @@ fi # The spec file changelog only includes changes made to the spec file # itself %changelog +* Mon Dec 22 2003 Lenz Grimmer <lenz@mysql.com> + +- marked /etc/logrotate.d/mysql as a config file (BUG 2156) + * Fri Dec 13 2003 Lenz Grimmer <lenz@mysql.com> - fixed file permissions (BUG 1672) |