[novnc] add a dependency for novnc on python-websockify

Pádraig Brady pbrady at fedoraproject.org
Wed Jul 4 17:15:45 UTC 2012


commit 13f700d7dfb999a73436d67467ec1f7442a01479
Author: Till Maas <opensource at till.name>
Date:   Wed Jul 4 18:06:01 2012 +0100

    add a dependency for novnc on python-websockify
    
    The novnc_server script is both a web server
    to serve out the VNC web client code, and
    a websocket proxy to forward to a VNC server.
    Therefore we need to depend on python-websockify.

 novnc.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/novnc.spec b/novnc.spec
index cef5408..bdc1eb9 100644
--- a/novnc.spec
+++ b/novnc.spec
@@ -15,8 +15,9 @@
 
 Name:           novnc
 Version:        0.3
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        VNC client using HTML5 (Web Sockets, Canvas) with encryption support
+Requires:       python-websockify
 
 License:        GPLv3
 URL:            https://github.com/kanaka/noVNC
@@ -133,6 +134,9 @@ fi
 %endif
 
 %changelog
+* Wed Jul  4 2012 Till Maas <opensource at till.name> - 0.3-11
+- Add a dependency for novnc on python-websockify
+
 * 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
 


More information about the scm-commits mailing list