updated to the latest upstream version 004
This commit is contained in:
parent
19bd905180
commit
cd05bb15cd
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ usbutils-0.86.tar.gz
|
||||
/usbutils-0.91.tar.gz
|
||||
/usbutils-001.tar.gz
|
||||
/usbutils-003.tar.gz
|
||||
/usbutils-004.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
94a1738fe92062cdd6a9642eeaccefc1 usbutils-003.tar.gz
|
||||
481e1de453bcabbd5f43125bb4df2ab7 usbutils-004.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: usbutils
|
||||
Version: 003
|
||||
Release: 3%{?dist}
|
||||
Version: 004
|
||||
Release: 1%{?dist}
|
||||
Source: http://www.kernel.org/pub/linux/utils/usb/usbutils/%{name}-%{version}.tar.gz
|
||||
URL: http://www.linux-usb.org/
|
||||
License: GPLv2+
|
||||
@ -12,11 +12,6 @@ Summary: Linux USB utilities
|
||||
Group: Applications/System
|
||||
Conflicts: hotplug < 3:2002_01_14-2
|
||||
Patch0: usbutils-003-hwdata.patch
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=707853
|
||||
# "[abrt] usbutils-001-3.fc15: find_otg: Process /usr/bin/lsusb was killed by
|
||||
# signal 11 (SIGSEGV)"
|
||||
# sent to upstream (Greg KH) via email and github pull request
|
||||
Patch1: usbutils-003-invalid-config-descriptors.patch
|
||||
|
||||
%description
|
||||
This package contains utilities for inspecting devices connected to a
|
||||
@ -25,7 +20,6 @@ USB bus.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1 -b .invalid-config-descriptors
|
||||
autoreconf
|
||||
|
||||
%build
|
||||
@ -50,6 +44,10 @@ sed -i 's|usbids=/usr/share/usb.ids|usbids=/usr/share/hwdata/usb.ids|' $RPM_BUIL
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
* Sat Aug 13 2011 Jiri Moskovcak <jmoskovc@redhat.com> 004-1
|
||||
- new upstream release
|
||||
- dropepd config descriptor patch, it's included in upstream version
|
||||
|
||||
* Thu Aug 11 2011 Jiri Moskovcak <jmoskovc@redhat.com> 003-3
|
||||
- fixed path to usb.ids in lsusb.py rhbz#729903
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user