usbutils-008
This commit is contained in:
parent
df12b1ead9
commit
5c8beef151
@ -1,9 +1,9 @@
|
|||||||
diff --git a/lsusb.py b/lsusb.py
|
diff --git a/lsusb.py b/lsusb.py
|
||||||
index 14d9a31..a34f736 100755
|
index 7816a5a..f18aa7f 100755
|
||||||
--- a/lsusb.py
|
--- a/lsusb.py
|
||||||
+++ b/lsusb.py
|
+++ b/lsusb.py
|
||||||
@@ -16,7 +16,7 @@ nohub = False
|
@@ -18,7 +18,7 @@ warnsort = False
|
||||||
warnsort = False
|
showeps = False
|
||||||
|
|
||||||
prefix = "/sys/bus/usb/devices/"
|
prefix = "/sys/bus/usb/devices/"
|
||||||
-usbids = "/usr/share/usb.ids"
|
-usbids = "/usr/share/usb.ids"
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
Name: usbutils
|
Name: usbutils
|
||||||
Version: 007
|
Version: 008
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Source: https://www.kernel.org/pub/linux/utils/usb/usbutils/%{name}-%{version}.tar.gz
|
Source: https://www.kernel.org/pub/linux/utils/usb/usbutils/%{name}-%{version}.tar.gz
|
||||||
URL: http://www.linux-usb.org/
|
URL: http://www.linux-usb.org/
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
Requires: hwdata
|
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
|
Summary: Linux USB utilities
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Conflicts: hotplug < 3:2002_01_14-2
|
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
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user