Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: nothing was left in conf to ovirt-engine ......................................................................
packaging: nothing was left in conf to ovirt-engine move last file to backend. Change-Id: I5813d6846ff8e16d32c805a6ca35546449a42830 Signed-off-by: Alon Bar-Lev <[email protected]> --- M ovirt-engine.spec.in 1 file changed, 4 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/73/14573/1 diff --git a/ovirt-engine.spec.in b/ovirt-engine.spec.in index 490dbe4..7bf3771 100644 --- a/ovirt-engine.spec.in +++ b/ovirt-engine.spec.in @@ -492,8 +492,7 @@ %{engine_data}/scripts/ovirtlogrot.sh %{_sysconfdir}/cron.daily/ovirt-cron -# Misc configuration files: -%{engine_data}/conf +%dir %{engine_data}/conf # Engine configuration files: %dir %{engine_etc} @@ -594,6 +593,9 @@ # Sysprep files: %config(noreplace) %{engine_etc}/sysprep +# Configuration files +%{engine_data}/conf/engine.conf.defaults + # PKI directories are owned by the engine user because it needs to # create files inside: %dir %attr(-, %{engine_user}, %{engine_group}) %{engine_pki} -- To view, visit http://gerrit.ovirt.org/14573 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5813d6846ff8e16d32c805a6ca35546449a42830 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
