[openstack-nova] add novncproxy service to standard %%post package operation

Pádraig Brady pbrady at fedoraproject.org
Mon Oct 20 11:08:34 UTC 2014


commit 1160697dfd78133201fd3505dbcbb5e9fd68741d
Author: Pádraig Brady <P at draigBrady.com>
Date:   Mon Oct 20 12:08:04 2014 +0100

    add novncproxy service to standard %%post package operation
    
    Needed to register the service with systemd if installed separately

 openstack-nova.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/openstack-nova.spec b/openstack-nova.spec
index bb7ce72..7f09e29 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -608,6 +608,8 @@ exit 0
 %systemd_post %{name}-console.service %{name}-consoleauth.service %{name}-xvpvncproxy.service
 %post cells
 %systemd_post %{name}-cells.service
+%post novncproxy
+%systemd_post %{name}-novncproxy.service
 %post spicehtml5proxy
 %systemd_post %{name}-spicehtml5proxy.service
 
@@ -777,6 +779,7 @@ exit 0
 %changelog
 * Mon Oct 20 2014 Pádraig Brady <pbrady at redhat.com> - 2014.2-0.8.rc2
 - Split spicehtml5proxy to subpackage and use standard package service control
+- Add novncproxy service to standard %%post package operation
 
 * Sat Oct 11 2014 Alan Pevec <alan.pevec at redhat.com> 2014.2-0.7.rc2
 - Update to upstream 2014.2.rc2


More information about the scm-commits mailing list