usbutils-008

This commit is contained in:
Lukas Nykryn 2014-10-22 17:09:09 +02:00
parent df12b1ead9
commit 5c8beef151
2 changed files with 9 additions and 6 deletions

View File

@ -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"

View File

@ -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 <lnykryn@redhat.com> - 008-1
- new release
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 007-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild