Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: engine-service: remove %config from limits.d file ......................................................................
packaging: engine-service: remove %config from limits.d file there is no sense in adding %config to conf.d file as it can be overridden in a file with lower priority. Change-Id: I5f0ebc414fa87f5e944e9d002373f3501638bfd2 Signed-off-by: Alon Bar-Lev <alo...@redhat.com> --- M packaging/fedora/engine-service.limits.in M packaging/fedora/spec/ovirt-engine.spec.in 2 files changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/86/13486/1 diff --git a/packaging/fedora/engine-service.limits.in b/packaging/fedora/engine-service.limits.in index 9ff8175..a537ccd 100644 --- a/packaging/fedora/engine-service.limits.in +++ b/packaging/fedora/engine-service.limits.in @@ -1,4 +1,4 @@ # The default max number of open files is 1024 and it is not -# enough for the engine: +# enough for the engine, do not touch this file. @ENGINE_USER@ - nofile 65535 diff --git a/packaging/fedora/spec/ovirt-engine.spec.in b/packaging/fedora/spec/ovirt-engine.spec.in index 12d237d..c127b8f 100644 --- a/packaging/fedora/spec/ovirt-engine.spec.in +++ b/packaging/fedora/spec/ovirt-engine.spec.in @@ -434,7 +434,7 @@ %{engine_data}/conf/version # Files needed by the service: -%config(noreplace) %{_sysconfdir}/security/limits.d/10-ovirt-engine.conf +%{_sysconfdir}/security/limits.d/10-ovirt-engine.conf %{engine_data}/service %{_bindir}/engine-service %if %{install_systemd} -- To view, visit http://gerrit.ovirt.org/13486 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5f0ebc414fa87f5e944e9d002373f3501638bfd2 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches