[novnc] depend on openstack-nova rather than just python-nova

Pádraig Brady pbrady at fedoraproject.org
Fri Jun 15 09:13:29 UTC 2012


commit 0dec88ad60146cceed47830a88e7912a10801d96
Author: Pádraig Brady <P at draigBrady.com>
Date:   Fri Jun 15 09:38:44 2012 +0100

    depend on openstack-nova rather than just python-nova
    
    We need the nova user and nova.conf

 novnc.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/novnc.spec b/novnc.spec
index 49f6a45..cef5408 100644
--- a/novnc.spec
+++ b/novnc.spec
@@ -15,7 +15,7 @@
 
 Name:           novnc
 Version:        0.3
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        VNC client using HTML5 (Web Sockets, Canvas) with encryption support
 
 License:        GPLv3
@@ -38,7 +38,7 @@ Websocket implementation of VNC client
 %package -n openstack-nova-novncproxy
 Summary:        Proxy server for noVNC traffic over Websockets
 Requires:       novnc
-Requires:       python-nova
+Requires:       openstack-nova
 Requires:       python-websockify
 
 %if %{with_systemd}
@@ -133,6 +133,9 @@ fi
 %endif
 
 %changelog
+* Wed Jun 15 2012 Jose Castro Leon <jose.castro.leon at cern.ch> - 0.3-10
+- Add a dependency for openstack-nova-novncproxy on openstack-nova
+
 * Thu Jun 14 2012 Matthew Miller <mattdm at mattdm.org> - 0.3-9
 - Remove a dependency for openstack-nova-novncproxy on numpy
 


More information about the scm-commits mailing list