Comment 2 for bug 1199000

Revision history for this message
Nirbhay Choubey (nirbhay) wrote :

Galera package should not own or alter the attributes of /usr/bin (default _bindir),
It is normally owned by filesystem package.

Dropping the following (possibly redundant) line from the spec file should fix this
issue :

=== modified file 'scripts/packages/galera.spec'
--- scripts/packages/galera.spec 2013-12-01 16:29:42 +0000
+++ scripts/packages/galera.spec 2014-04-04 20:48:38 +0000
@@ -99,7 +99,6 @@
 %config(noreplace,missingok) %{_sysconfdir}/sysconfig/garb
 %attr(0755,root,root) %{_sysconfdir}/init.d/garb

-%attr(0755,root,root) %dir %{_bindir}
 %attr(0755,root,root) %{_bindir}/garbd

 %attr(0755,root,root) %dir %{libs}

This issue has also been reported here:
https://mariadb.atlassian.net/browse/MDEV-4218