]> git.pld-linux.org Git - packages/mysql.git/commitdiff
don't complain on missing skel file plus nothing to hide there
authorTomasz Pala <gotar@pld-linux.org>
Wed, 30 Dec 2015 22:17:01 +0000 (23:17 +0100)
committerTomasz Pala <gotar@pld-linux.org>
Wed, 30 Dec 2015 22:17:01 +0000 (23:17 +0100)
mysql.spec

index 38f6707059769229f233348024ea53875b41e193..7c494fe3d617fefb5914d9a8666dcb9f95655c95 100644 (file)
@@ -1032,7 +1032,7 @@ done
 
 %files client
 %defattr(644,root,root,755)
-%attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/skel/.my.cnf
+%attr(644,root,root) %config(noreplace,missingok) %verify(not md5 mtime size) /etc/skel/.my.cnf
 %attr(755,root,root) %{_bindir}/mysql
 %attr(755,root,root) %{_bindir}/mysqladmin
 %attr(755,root,root) %{_bindir}/mysqlbinlog
This page took 0.074362 seconds and 4 git commands to generate.