Ondřej Svoboda has uploaded a new change for review. Change subject: spec: install bonding-defaults.json with 644 permissions, not 600 ......................................................................
spec: install bonding-defaults.json with 644 permissions, not 600 This way make check succeeds under non-root account for testIterNetworkHierarchy, testTextualRepr and testValidateBondingOptions which previously failed to read the file. Change-Id: I3090cb77c8b6329c4885c6dbd43b04998df20dfe Signed-off-by: Ondřej Svoboda <[email protected]> Reviewed-on: https://gerrit.ovirt.org/46395 Continuous-Integration: Jenkins CI Reviewed-by: Dan Kenigsberg <[email protected]> --- M vdsm.spec.in 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/01/46401/1 diff --git a/vdsm.spec.in b/vdsm.spec.in index f000f63..8772640 100644 --- a/vdsm.spec.in +++ b/vdsm.spec.in @@ -1006,7 +1006,6 @@ %dir %{_sysconfdir}/pki/%{vdsm_name}/certs %dir %{_sysconfdir}/pki/%{vdsm_name}/libvirt-spice %config(noreplace) %{_sysconfdir}/pki/%{vdsm_name}/keys/libvirt_password -%{_localstatedir}/lib/%{vdsm_name}/bonding-defaults.json %dir %{_localstatedir}/lib/%{vdsm_name} %dir %{_localstatedir}/lib/%{vdsm_name}/netconfback %dir %{_localstatedir}/lib/%{vdsm_name}/persistence @@ -1018,6 +1017,8 @@ %dir %{_localstatedir}/run/%{vdsm_name}/v2v %dir %{_localstatedir}/log/%{vdsm_name} %dir %{_localstatedir}/log/%{vdsm_name}/backup +%defattr(644, %{vdsm_user}, %{vdsm_group}, -) +%{_localstatedir}/lib/%{vdsm_name}/bonding-defaults.json %files python %defattr(-, root, root, -) -- To view, visit https://gerrit.ovirt.org/46401 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I3090cb77c8b6329c4885c6dbd43b04998df20dfe Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: ovirt-3.6 Gerrit-Owner: Ondřej Svoboda <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
