[novnc] fix missing dependency on python-nova

Pádraig Brady pbrady at fedoraproject.org
Wed Jun 13 14:21:03 UTC 2012


commit 61417a8b0f0f1c5a39db9a81a9734ef151632640
Author: Alan Pevec <apevec at redhat.com>
Date:   Wed Jun 13 15:20:11 2012 +0100

    fix missing dependency on python-nova

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


More information about the scm-commits mailing list