Description of problem: rubygem-openshift-origin-msg-broker-mcollective needs to be able to read client.cfg and is currently using the following method (though not very successfully as it isn't currently working) to change them to 0644 %attr(0644,-,-) %ghost %{_sysconfdir}/mcollective/client.cfg ReviewRequest: https://bugzilla.redhat.com/show_bug.cgi?id=845107 Please change the perms of %{_sysconfdir}/mcollective/client.cfg to 0644 Thank you, -AdamM
Hi Adam, client.cfg of course typically contains a password so am not keen on 0644. I suggest I add an mco group to group own the file and then you can call %pre getent group mco | grep -q apache || usermod -a -G mco apache exit 0 in your package. Okay? You should probably add Requires(pre): mcollective-client Requires(pre): qpid-server # assuming that adds the apache user? Requires(pre): shadow-utils
mcollective-2.0.0-6.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/mcollective-2.0.0-6.fc17
mcollective-2.0.0-6.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/mcollective-2.0.0-6.el6
mcollective-2.0.0-6.el5 has been submitted as an update for Fedora EPEL 5. https://admin.fedoraproject.org/updates/mcollective-2.0.0-6.el5
mcollective-2.0.0-6.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/mcollective-2.0.0-6.fc18
Hi, Bugzilla was "sick" yesterday. Please ignore comment #2 After discussion and comparison to upstream client.cfg is now 0644. Steve.
Package mcollective-2.0.0-6.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing mcollective-2.0.0-6.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-13463/mcollective-2.0.0-6.fc17 then log in and leave karma (feedback).
mcollective-2.0.0-6.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report.
mcollective-2.0.0-6.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report.
mcollective-2.0.0-6.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report.
mcollective-2.0.0-6.el5 has been pushed to the Fedora EPEL 5 stable repository. If problems still persist, please make note of it in this bug report.