delete two patch file
This commit is contained in:
parent
5af4e4f1e4
commit
8db00132ae
@ -1,21 +1,21 @@
|
|||||||
From 39e2f74eade1a0876beb36a131633900e7f44cbc Mon Sep 17 00:00:00 2001
|
From 39e2f74eade1a0876beb36a131633900e7f44cbc Mon Sep 17 00:00:00 2001
|
||||||
From: kangenbo <kangenbo@huawei.com>
|
From: kangenbo <kangenbo@huawei.com>
|
||||||
Date: Sat, 26 Jan 2019 10:18:33 -0500
|
Date: Sat, 26 Jan 2019 10:18:33 -0500
|
||||||
Subject: [PATCH] bugfix-rename-some-pci-name.patch
|
Subject: [PATCH] bugfix-rename-some-pci-name.patch
|
||||||
|
|
||||||
---
|
---
|
||||||
pci.ids | 2 +-
|
pci.ids | 2 +-
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
diff -Naur a/pci.ids b/pci.ids
|
diff -Naur a/pci.ids b/pci.ids
|
||||||
--- a/pci.ids 2020-06-20 17:35:54.786057979 +0800
|
--- a/pci.ids 2020-07-20 11:52:00.372695507 +0800
|
||||||
+++ b/pci.ids 2020-06-20 17:40:50.076585490 +0800
|
+++ b/pci.ids 2020-07-20 14:04:11.293770253 +0800
|
||||||
@@ -22340,7 +22340,7 @@
|
@@ -22340,7 +22340,7 @@
|
||||||
3003 ioMemory Mezzanine
|
3003 ioMemory Mezzanine
|
||||||
1aee Caustic Graphics Inc.
|
1aee Caustic Graphics Inc.
|
||||||
# nee Qumranet, Inc.
|
# nee Qumranet, Inc.
|
||||||
-1af4 Red Hat, Inc.
|
-1af4 Red Hat, Inc.
|
||||||
+1af4 Virtio:
|
+1af4 Virtio
|
||||||
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,21 +0,0 @@
|
|||||||
From e3714631b283088dd8b3fe65c39a404929a210a5 Mon Sep 17 00:00:00 2001
|
|
||||||
From: wangbin224 <wangbin224@huawei.com>
|
|
||||||
Date: Tue, 19 Nov 2019 21:45:15 +0800
|
|
||||||
Subject: [PATCH] hwdata: update 1822 PCIe information
|
|
||||||
|
|
||||||
Update 1822 PCIe information.
|
|
||||||
---
|
|
||||||
pci.ids | 3 ++-
|
|
||||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff -Naur a/pci.ids b/pci.ids
|
|
||||||
--- a/pci.ids 2020-06-20 17:43:56.606937676 +0800
|
|
||||||
+++ b/pci.ids 2020-06-20 17:46:12.217193001 +0800
|
|
||||||
@@ -32865,6 +32865,7 @@
|
|
||||||
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
|
|
||||||
Binary file not shown.
14
hwdata.spec
14
hwdata.spec
@ -1,7 +1,7 @@
|
|||||||
Name: hwdata
|
Name: hwdata
|
||||||
Summary: Hardware identification and configuration data
|
Summary: Hardware identification and configuration data
|
||||||
Version: 0.336
|
Version: 0.336
|
||||||
Release: 1%{?dist}
|
Release: 2
|
||||||
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
|
||||||
@ -9,7 +9,6 @@ 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
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
hwdata contains various hardware identification and configuration data,
|
hwdata contains various hardware identification and configuration data,
|
||||||
@ -33,8 +32,17 @@ make install DESTDIR=$RPM_BUILD_ROOT libdir=%{_prefix}/lib
|
|||||||
%{_datadir}/%{name}/*
|
%{_datadir}/%{name}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 20 2020 shixuantong <shixuantong@huawei.com> -0.336-2
|
||||||
|
- Type:NA
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:change patch file
|
||||||
|
|
||||||
* Sat Jun 20 2020 shixuantong <shixuantong@huawei.com> -0.336-1
|
* Sat Jun 20 2020 shixuantong <shixuantong@huawei.com> -0.336-1
|
||||||
- Update to 0.336
|
- Type:NA
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:update to 0.336-1
|
||||||
|
|
||||||
* 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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user