version upgrade

This commit is contained in:
weiwei_150212 2020-06-20 19:41:47 +08:00
parent 1fa1d95c55
commit fa9dd4efaf
5 changed files with 40 additions and 69 deletions

View File

@ -1,17 +1,7 @@
From 39e2f74eade1a0876beb36a131633900e7f44cbc Mon Sep 17 00:00:00 2001 diff -Naur a/pci.ids b/pci.ids
From: kangenbo <kangenbo@huawei.com> --- a/pci.ids 2020-06-20 17:35:54.786057979 +0800
Date: Sat, 26 Jan 2019 10:18:33 -0500 +++ b/pci.ids 2020-06-20 17:40:50.076585490 +0800
Subject: [PATCH] bugfix-rename-some-pci-name.patch @@ -22340,7 +22340,7 @@
---
pci.ids | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pci.ids b/pci.ids
index 00e958d..fd8a42b 100644
--- a/pci.ids
+++ b/pci.ids
@@ -21182,7 +21182,7 @@
3003 ioMemory Mezzanine 3003 ioMemory Mezzanine
1aee Caustic Graphics Inc. 1aee Caustic Graphics Inc.
# nee Qumranet, Inc. # nee Qumranet, Inc.
@ -20,6 +10,3 @@ index 00e958d..fd8a42b 100644
1000 Virtio network device 1000 Virtio network device
1001 Virtio block device 1001 Virtio block device
1002 Virtio memory balloon 1002 Virtio memory balloon
--
1.8.3.1

View File

@ -1,34 +1,11 @@
From e3714631b283088dd8b3fe65c39a404929a210a5 Mon Sep 17 00:00:00 2001 diff -Naur a/pci.ids b/pci.ids
From: wangbin224 <wangbin224@huawei.com> --- a/pci.ids 2020-06-20 17:43:56.606937676 +0800
Date: Tue, 19 Nov 2019 21:45:15 +0800 +++ b/pci.ids 2020-06-20 17:46:12.217193001 +0800
Subject: [PATCH] hwdata: update 1822 PCIe information @@ -32865,6 +32865,7 @@
020D Hi1822 Family (2*40GE)
Update 1822 PCIe information. 0210 Hi1822 Family (4*25GE)
--- 0211 Hi1822 Family (4*25GE)
pci.ids | 3 ++- + 0206 Hi1822 Family (2*25GE)
1 file changed, 2 insertions(+), 1 deletion(-) 0212 Hi1822 Family (2*8G FC)
375e Hi1822 Family Virtual Function
diff --git a/pci.ids b/pci.ids 379e Hi1822 Family Virtual Function
index bb4999c..7ddf566 100644
--- a/pci.ids
+++ b/pci.ids
@@ -20975,7 +20975,7 @@
19e5 3033 NVMe SSD ES3600C V3 1200GB HHHL AIC
19e5 3034 NVMe SSD ES3600C V3 1600GB HHHL AIC
19e5 3036 NVMe SSD ES3600C V3 3200GB HHHL AIC
- 0200 Hi1822 Family (2*25GE)
+ 0200 Hi1822 Family (2*100GE)
0201 Hi1822 Family (2*100GE)
1710 iBMA Virtual Network Adapter
1711 Hi1710 [iBMC Intelligent Management system chip w/VGA support]
@@ -30711,6 +30711,7 @@ C ff Unassigned class
020D Hi1822 Family (2*40GE)
0210 Hi1822 Family (4*25GE)
0211 Hi1822 Family (4*25GE)
+ 0206 Hi1822 Family (2*25GE)
0212 Hi1822 Family (2*8G FC)
375e Hi1822 Family Virtual Function
379e Hi1822 Family Virtual Function
--
2.19.1

View File

@ -1,35 +1,42 @@
Name: hwdata Name: hwdata
Version: 0.316 Summary: Hardware identification and configuration data
Release: 3 Version: 0.336
Summary: Record hardware identification and configuration data Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
Source: https://github.com/vcrhonek/hwdata/archive/v%{version}.tar.gz Source: https://github.com/vcrhonek/hwdata/archive/v%{version}.tar.gz
URL: https://github.com/vcrhonek/hwdata URL: https://github.com/vcrhonek/hwdata
BuildArch: noarch BuildArch: noarch
Patch9000: enhancement-update-Hi1822-info-in-pci-ids.patch Patch9000: enhancement-update-Hi1822-info-in-pci-ids.patch
Patch9001: bugfix-rename-some-pci-name.patch Patch9001: bugfix-rename-some-pci-name.patch
Patch9002: enhancement-update-1822-PCIe-information.patch Patch9002: enhancement-update-1822-PCIe-information.patch
%description %description
hwdata is used to record many hardware identification and configuration data, hwdata contains various hardware identification and configuration data,
such as the pnp.ids, usb.ids and pci.ids databases. such as the pci.ids and usb.ids databases.
%prep %prep
%autosetup -n %{name}-%{version} -p1 %setup -q
%build
%configure %configure
%build
# nothing to build
%install %install
%make_install libdir=%{_prefix}/lib rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT libdir=%{_prefix}/lib
%files %files
%doc LICENSE COPYING %license COPYING
%doc LICENSE
%dir %{_datadir}/%{name}
%{_prefix}/lib/modprobe.d/dist-blacklist.conf %{_prefix}/lib/modprobe.d/dist-blacklist.conf
%{_datadir}/%{name}/* %{_datadir}/%{name}/*
%changelog %changelog
* Sat Jun 20 2020 shixuantong <shixuantong@huawei.com> -0.336-1
- Update to 0.336
* Mon Dec 23 2019 wangbin224<wangbin224@huawei.com> - 0.316-3 * Mon Dec 23 2019 wangbin224<wangbin224@huawei.com> - 0.316-3
- Type:enhancement - Type:enhancement
- ID:NA - ID:NA

BIN
v0.336.tar.gz Normal file

Binary file not shown.