From 13f700d7dfb999a73436d67467ec1f7442a01479 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Jul 04 2012 17:13:06 +0000 Subject: 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. --- 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 - 0.3-11 +- Add a dependency for novnc on python-websockify + * Wed Jun 15 2012 Jose Castro Leon - 0.3-10 - Add a dependency for openstack-nova-novncproxy on openstack-nova