Removed wrong entry from usb.ids file
Resolves: #1185630 Signed-off-by: Michal Minar <miminar@redhat.com>
This commit is contained in:
parent
dc1339a9f3
commit
5e6bb132bc
@ -1,10 +1,11 @@
|
||||
Name: hwdata
|
||||
Summary: Hardware identification and configuration data
|
||||
Version: 0.274
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Base
|
||||
Source: https://fedorahosted.org/releases/h/w/%{name}/%{name}-%{version}.tar.bz2
|
||||
Patch0: usb-ids-entry.patch
|
||||
URL: http://git.fedorahosted.org/git/hwdata.git
|
||||
BuildArch: noarch
|
||||
|
||||
@ -14,6 +15,7 @@ such as the pci.ids and usb.ids databases.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b usb-ids-entry
|
||||
%configure
|
||||
|
||||
%build
|
||||
@ -33,6 +35,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/%{name}/*
|
||||
|
||||
%changelog
|
||||
* Mon Jan 26 2015 Michal Minar <miminar@redhat.com> 0.274-2
|
||||
- Removed wrong entry from usb ids file.
|
||||
- Resolves #1185630
|
||||
|
||||
* Mon Jan 19 2015 Michal Minar <miminar@redhat.com> 0.274-1
|
||||
- Updated pci, usb and vendor ids.
|
||||
|
||||
|
||||
12
usb-ids-entry.patch
Normal file
12
usb-ids-entry.patch
Normal file
@ -0,0 +1,12 @@
|
||||
Index: hwdata-0.274/usb.ids
|
||||
===================================================================
|
||||
--- hwdata-0.274.orig/usb.ids
|
||||
+++ hwdata-0.274/usb.ids
|
||||
@@ -17394,7 +17394,6 @@
|
||||
2000 Flashdisk
|
||||
8564 Transcend Information, Inc.
|
||||
1000 JetFlash
|
||||
- 8564 1000 JetFlash
|
||||
4000 RDF8
|
||||
8644 Intenso GmbG
|
||||
8003 Micro Line
|
||||
Loading…
Reference in New Issue
Block a user