[novnc] remove a dependency for openstack-nova-novncproxy on numpy

Pádraig Brady pbrady at fedoraproject.org
Thu Jun 14 10:29:26 UTC 2012


commit cb415e37c067fb38e1971a5f26d9adba6fd9d209
Author: Matthew Miller <mattdm at mattdm.org>
Date:   Thu Jun 14 11:19:55 2012 +0100

    remove a dependency for openstack-nova-novncproxy on numpy
    
    It is used by python-websockify but if not available
    a slower alternative is used.

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


More information about the scm-commits mailing list