Ohad Basan has uploaded a new change for review. Change subject: Packaging: inrecursive ownership of backend package on backups directory. ......................................................................
Packaging: inrecursive ownership of backend package on backups directory. Currently rpm installation of ovirt on fedora18 fails due to dual package ownership of the backups directory. this package changes the ownership of the directory to -backend Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=876164 Change-Id: I57144d53cc672e3a75089b932e49af98751ed564 Signed-off-by: Ohad Basan <[email protected]> --- M packaging/fedora/spec/ovirt-engine.spec.in 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/16/9216/1 diff --git a/packaging/fedora/spec/ovirt-engine.spec.in b/packaging/fedora/spec/ovirt-engine.spec.in index 49d2dbc..f98aa42 100644 --- a/packaging/fedora/spec/ovirt-engine.spec.in +++ b/packaging/fedora/spec/ovirt-engine.spec.in @@ -691,7 +691,7 @@ # Directories for the backup, deployments and contents files need to be # owned by the engine user because the setup/upgrade wizard or applications # server need to write to them: -%attr(-, %{engine_user}, %{engine_group}) %{engine_state} +%dir %attr(-, %{engine_user}, %{engine_group}) %{engine_state} # The backend owns the directory of the ear and most of its contents, # but not all, as most of the web applications are owned by other -- To view, visit http://gerrit.ovirt.org/9216 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I57144d53cc672e3a75089b932e49af98751ed564 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Ohad Basan <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
