Bug 31532

Summary: Ошибка в /etc/logrotate.d/mysql
Product: Sisyphus Reporter: Chess <slchess>
Component: mariadb-serverAssignee: Alexey Shabalin <shaba>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P3 CC: evg, shaba
Version: unstable   
Hardware: all   
OS: Linux   

Description Chess 2015-11-24 22:09:25 MSK
logrotate_script: -c: line 2: syntax error: unexpected end of file
error: error running non-shared postrotate script for /var/lib/mysql/log/mysqld.log of '/var/lib/mysql/log/* '


-               if if mysqladmin ping &>/dev/null; then mysqladmin flush-logs; fi
+               if mysqladmin ping &>/dev/null; then mysqladmin flush-logs; fi
Comment 1 Repository Robot 2015-11-30 13:12:18 MSK
mariadb-10.1.9-alt1 -> sisyphus:

* Mon Nov 30 2015 Alexey Shabalin <shaba@altlinux> 10.1.9-alt1
- 10.1.9
- fix typo in logrotate script (ALT #31532)

* Tue Oct 20 2015 Alexey Shabalin <shaba@altlinux> 10.1.8-alt1
- 10.1.8
- update BR: for use compress
- build with systemd notify support
- provides/obsoletes mariadb-galera