[novnc] fix a dependency between client and server

Pádraig Brady pbrady at fedoraproject.org
Wed Jun 13 08:52:06 UTC 2012


commit 46815a81ce85f0507f62eba99ea60b04343bff12
Author: Jose Castro Leon <jose.castro.leon at cern.ch>
Date:   Wed Jun 13 09:49:09 2012 +0100

    fix a dependency between client and server
    
    The server package currently depends on the client package

 novnc.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/novnc.spec b/novnc.spec
index ee0ffd0..e852c8f 100644
--- a/novnc.spec
+++ b/novnc.spec
@@ -15,7 +15,7 @@
 
 Name:           novnc
 Version:        0.3
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        VNC client using HTML5 (Web Sockets, Canvas) with encryption support
 
 License:        GPLv3
@@ -37,6 +37,7 @@ Websocket implementation of VNC client
 
 %package -n openstack-nova-novncproxy
 Summary:        Proxy server for noVNC traffic over Websockets
+Requires:       novnc
 Requires:       numpy
 Requires:       python-websockify
 
@@ -132,6 +133,9 @@ fi
 %endif
 
 %changelog
+* Wed Jun 13 2012 Jose Castro Leon <jose.castro.leon at cern.ch> - 0.3-7
+- Add a dependency for openstack-nova-novncproxy on novnc
+
 * Mon Jun 11 2012 Adam Young <ayoung at redhat.com> - 0.3-6
 - systemd initialization for Nova Proxy
 - system V init script


More information about the scm-commits mailing list