Add missing BuildRequires: usbutils, so that we get proper USB device
descriptions in the USB device selection menu
This commit is contained in:
parent
c3dd8ea0c4
commit
ae811a2823
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
Name: spice-gtk
|
Name: spice-gtk
|
||||||
Version: 0.11
|
Version: 0.11
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: A GTK+ widget for SPICE clients
|
Summary: A GTK+ widget for SPICE clients
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -38,6 +38,7 @@ BuildRequires: libacl-devel
|
|||||||
BuildRequires: polkit-devel
|
BuildRequires: polkit-devel
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: vala-tools
|
BuildRequires: vala-tools
|
||||||
|
BuildRequires: usbutils
|
||||||
%if %{with_gtk3}
|
%if %{with_gtk3}
|
||||||
BuildRequires: gtk3-devel
|
BuildRequires: gtk3-devel
|
||||||
%endif
|
%endif
|
||||||
@ -259,6 +260,10 @@ rm -f %{buildroot}%{_libdir}/python*/site-packages/*.la
|
|||||||
%{_bindir}/spicy-stats
|
%{_bindir}/spicy-stats
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 20 2012 Hans de Goede <hdegoede@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@redhat.com> - 0.11-3
|
* Wed Mar 14 2012 Hans de Goede <hdegoede@redhat.com> - 0.11-3
|
||||||
- Fix a crash triggered when trying to view a usbredir enabled vm from
|
- Fix a crash triggered when trying to view a usbredir enabled vm from
|
||||||
virt-manager
|
virt-manager
|
||||||
|
Loading…
Reference in New Issue
Block a user