]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- rel 3 auto/th/mysql-5_5_19-3
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 5 Feb 2012 11:14:12 +0000 (11:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- logrotate 3.8.0 requires "su" option for non-root writable dirs

Changed files:
    mysql.logrotate -> 1.28
    mysql.spec -> 1.566

mysql.logrotate
mysql.spec

index 6a4f7c0852818bab21a2c1311ddcd8f7e6bcd72f..81280e28f6dfd2be5005cf57ff594f102e180c22 100644 (file)
@@ -16,6 +16,7 @@
 /var/log/mysql/slow.log
 /var/log/mysql/update*
 {
+       su mysql mysql
        olddir /var/log/archive/mysql
        notifempty
        missingok
index 95ce61c7bcda3aed13707376a3a6dbb20075734d..cd4a68059763db5776d8bc0e59925f0533d8fc1d 100644 (file)
@@ -36,7 +36,7 @@ Summary(uk.UTF-8):    MySQL - швидкий SQL-сервер
 Summary(zh_CN.UTF-8):  MySQL数据库服务器
 Name:          mysql
 Version:       5.5.19
-Release:       2
+Release:       3
 License:       GPL + MySQL FLOSS Exception
 Group:         Applications/Databases
 # Source0Download: http://dev.mysql.com/downloads/mysql/5.5.html#downloads
@@ -182,7 +182,7 @@ Provides:   msqlormysql
 Provides:      user(mysql)
 Obsoletes:     MySQL
 Obsoletes:     mysql-server
-Conflicts:     logrotate < 3.7-4
+Conflicts:     logrotate < 3.8.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _libexecdir     %{_sbindir}
This page took 0.093585 seconds and 4 git commands to generate.