Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: branding cleanup ......................................................................
packaging: branding cleanup Two changes to ease branding. Change-Id: I62e31f8a50f7e1db575e9bd5f5388d4c60e5c34a Signed-off-by: Alon Bar-Lev <alo...@redhat.com> --- M packaging/fedora/setup/output_messages.py 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/00/11000/1 diff --git a/packaging/fedora/setup/output_messages.py b/packaging/fedora/setup/output_messages.py index 5997d81..19aa1ca 100644 --- a/packaging/fedora/setup/output_messages.py +++ b/packaging/fedora/setup/output_messages.py @@ -29,7 +29,7 @@ INFO_INSTALL="Installing:" INFO_SET_DB_SECURITY="Setting Database Security" INFO_SET_DB_CONFIGURATION="Setting Database Configuration" -INFO_CONFIG_OVIRT_ENGINE="Configuring oVirt-engine" +INFO_CONFIG_OVIRT_ENGINE="Configuring %s" % basedefs.APP_NAME INFO_CONFIG_HTTPD="Configuring HTTPD" INFO_FIND_JAVA="Configuring JVM" INFO_CREATE_CA="Creating CA" diff --git a/packaging/fedora/spec/ovirt-engine.spec.in b/packaging/fedora/spec/ovirt-engine.spec.in index 67aae80..d14a709 100644 --- a/packaging/fedora/spec/ovirt-engine.spec.in +++ b/packaging/fedora/spec/ovirt-engine.spec.in @@ -525,7 +525,7 @@ if [[ -f %{_sysconfdir}/yum/pluginconf.d/versionlock.list ]] then - sed -i '/ovirt/d' %{_sysconfdir}/yum/pluginconf.d/versionlock.list + sed -i '/%{name}/d' %{_sysconfdir}/yum/pluginconf.d/versionlock.list fi fi -- To view, visit http://gerrit.ovirt.org/11000 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I62e31f8a50f7e1db575e9bd5f5388d4c60e5c34a 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