[spice-gtk] Add missing BuildRequires: usbutils, so that we get proper USB device

Hans de Goede jwrdegoede at fedoraproject.org
Tue Mar 20 20:46:27 UTC 2012


commit ae811a2823ca812ae4158756eb24e3cb9cbcf722
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Tue Mar 20 21:49:29 2012 +0100

    Add missing BuildRequires: usbutils, so that we get proper USB device
    
      descriptions in the USB device selection menu

 spice-gtk.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/spice-gtk.spec b/spice-gtk.spec
index 8e07273..f52b0df 100644
--- a/spice-gtk.spec
+++ b/spice-gtk.spec
@@ -13,7 +13,7 @@
 
 Name:           spice-gtk
 Version:        0.11
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A GTK+ widget for SPICE clients
 
 Group:          System Environment/Libraries
@@ -38,6 +38,7 @@ BuildRequires: libacl-devel
 BuildRequires: polkit-devel
 BuildRequires: gtk-doc
 BuildRequires: vala-tools
+BuildRequires: usbutils
 %if %{with_gtk3}
 BuildRequires: gtk3-devel
 %endif
@@ -259,6 +260,10 @@ rm -f %{buildroot}%{_libdir}/python*/site-packages/*.la
 %{_bindir}/spicy-stats
 
 %changelog
+* Tue Mar 20 2012 Hans de Goede <hdegoede at redhat.com> - 0.11-4
+- Add missing BuildRequires: usbutils, so that we get proper USB device
+  descriptions in the USB device selection menu
+
 * Wed Mar 14 2012 Hans de Goede <hdegoede at redhat.com> - 0.11-3
 - Fix a crash triggered when trying to view a usbredir enabled vm from
   virt-manager


More information about the scm-commits mailing list