[spice-xpi] Require virt-viewer instead of spice-client

Christophe Fergeau teuf at fedoraproject.org
Tue Jul 10 12:23:05 UTC 2012


commit e8da7583190280aedaae81937e0cb40425b01e86
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Tue Jul 10 14:04:15 2012 +0200

    Require virt-viewer instead of spice-client
    
    Newer spice-xpi versions can use remote-viewer as their SPICE client
    instead of spice-client. Since spice-client is deprecated upstream,
    install the newer client by default.

 spice-xpi.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/spice-xpi.spec b/spice-xpi.spec
index fcb8f59..176502b 100644
--- a/spice-xpi.spec
+++ b/spice-xpi.spec
@@ -1,6 +1,6 @@
 Name:           spice-xpi
 Version:        2.7
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        SPICE extension for Mozilla
 Group:          Applications/Internet
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
@@ -15,7 +15,7 @@ BuildRequires:  xulrunner-devel >= 8.0
 # from working on any other platforms than x86.
 ExclusiveArch:  x86_64 %{ix86}
 
-Requires:       spice-client >= 0.4.2-18
+Requires:       virt-viewer >= 0.5.3-1
 
 %description
 Spice extension for Mozilla allows the client to be used from a web browser.
@@ -42,6 +42,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
 %exclude %{_libdir}/mozilla/plugins/*.la
 
 %changelog
+* Tue Jul 10 2012 Christophe Fergeau <cfergeau at redhat.com> - 2.7-3
+- require virt-viewer instead of spice-client
+
 * Wed Jun 06 2012 Peter Hatina <phatina at redhat.com> 2.7-2
 - Fix updating connected status
 


More information about the scm-commits mailing list