[packages/mysql] don't complain on missing skel file plus nothing to hide there
gotar
gotar at pld-linux.org
Wed Dec 30 23:17:51 CET 2015
commit 13b800e7707f58a1e9c7480041d81b229a7b8844
Author: Tomasz Pala <gotar at pld-linux.org>
Date: Wed Dec 30 23:17:01 2015 +0100
don't complain on missing skel file plus nothing to hide there
mysql.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/mysql.spec b/mysql.spec
index 38f6707..7c494fe 100644
--- a/mysql.spec
+++ b/mysql.spec
@@ -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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mysql.git/commitdiff/13b800e7707f58a1e9c7480041d81b229a7b8844
More information about the pld-cvs-commit
mailing list