Alon Bar-Lev has uploaded a new change for review. Change subject: notifier: perserve notifier.conf ......................................................................
notifier: perserve notifier.conf at the end there is no significant configuration modification, leaving the file as-is will ease migration. Change-Id: I9546d1e279538641630d139c1c80b1e2ea6b0fde Signed-off-by: Alon Bar-Lev <[email protected]> --- M ovirt-engine.spec.in 1 file changed, 3 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/19/14519/1 diff --git a/ovirt-engine.spec.in b/ovirt-engine.spec.in index c151070..5f872d7 100644 --- a/ovirt-engine.spec.in +++ b/ovirt-engine.spec.in @@ -409,10 +409,11 @@ %endif # backward compatibly (pre-3.3.0) -# force rpm not to remove pki files +# force rpm not to remove config files # as these used to be %config # these files are created empty in order to mark # them as %ghost +touch %{buildroot}%{engine_etc}/notifier/notifier.conf touch %{buildroot}%{engine_pki}/cacert.template touch %{buildroot}%{engine_pki}/cert.template touch %{buildroot}%{engine_pki}/database.txt @@ -740,6 +741,7 @@ # Configuration files for the notifier: %dir %{engine_etc}/notifier +%ghost %config(noreplace) %{engine_etc}/notifier/notifier.conf %dir %{engine_etc}/notifier/notifier.conf.d %config %{engine_etc}/notifier/log4j.xml %{engine_data}/services/ovirt-engine-notifier.* -- To view, visit http://gerrit.ovirt.org/14519 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9546d1e279538641630d139c1c80b1e2ea6b0fde 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
