diff --git a/usbutils-006-hwdata.patch b/usbutils-006-hwdata.patch index 48b8001..a8e3961 100644 --- a/usbutils-006-hwdata.patch +++ b/usbutils-006-hwdata.patch @@ -1,9 +1,9 @@ diff --git a/lsusb.py b/lsusb.py -index 14d9a31..a34f736 100755 +index 7816a5a..f18aa7f 100755 --- a/lsusb.py +++ b/lsusb.py -@@ -16,7 +16,7 @@ nohub = False - warnsort = False +@@ -18,7 +18,7 @@ warnsort = False + showeps = False prefix = "/sys/bus/usb/devices/" -usbids = "/usr/share/usb.ids" diff --git a/usbutils.spec b/usbutils.spec index 67029e8..e2c06a7 100644 --- a/usbutils.spec +++ b/usbutils.spec @@ -1,13 +1,13 @@ Name: usbutils -Version: 007 -Release: 4%{?dist} +Version: 008 +Release: 1%{?dist} Source: https://www.kernel.org/pub/linux/utils/usb/usbutils/%{name}-%{version}.tar.gz URL: http://www.linux-usb.org/ License: GPLv2+ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: hwdata -BuildRequires: autoconf, libtool, libusb-devel >= 0.1.8, libusb1-devel +BuildRequires: autoconf, libtool, libusb-devel >= 0.1.8, libusb1-devel, systemd-devel Summary: Linux USB utilities Group: Applications/System Conflicts: hotplug < 3:2002_01_14-2 @@ -42,6 +42,9 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" rm -rf $RPM_BUILD_ROOT %changelog +* Wed Oct 22 2014 Lukáš Nykrýn - 008-1 +- new release + * Mon Aug 18 2014 Fedora Release Engineering - 007-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild