From 86162424dbbba22e8934a027e571c2c97fd23bca Mon Sep 17 00:00:00 2001 From: wangkaiyuan Date: Wed, 31 Jan 2024 19:37:11 +0800 Subject: [PATCH] Update vendor ids for ieisystem 0750 --- ...Update-vendor-ids-for-ieisystem-0750.patch | 27 +++++++++++++++++++ systemd.spec | 6 ++++- 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 20004-Update-vendor-ids-for-ieisystem-0750.patch diff --git a/20004-Update-vendor-ids-for-ieisystem-0750.patch b/20004-Update-vendor-ids-for-ieisystem-0750.patch new file mode 100644 index 0000000..ca0b4c2 --- /dev/null +++ b/20004-Update-vendor-ids-for-ieisystem-0750.patch @@ -0,0 +1,27 @@ +From 2afcc209fb4677581294421f20bb0d057238539e Mon Sep 17 00:00:00 2001 +From: wangkaiyuan +Date: Wed, 31 Jan 2024 19:30:33 +0800 +Subject: [PATCH] Update vendor ids for ieisystem 0750 + +Signed-off-by: wangkaiyuan +--- + hwdb/20-pci-vendor-model.hwdb | 3 +++ + 1 file changed, 3 insertions(+) + +diff --git a/hwdb/20-pci-vendor-model.hwdb b/hwdb/20-pci-vendor-model.hwdb +index cdbd8ff..4b666e8 100644 +--- a/hwdb/20-pci-vendor-model.hwdb ++++ b/hwdb/20-pci-vendor-model.hwdb +@@ -69122,6 +69122,9 @@ pci:v00001BD0d00001203* + pci:v00001BD4* + ID_VENDOR_FROM_DATABASE=Inspur Electronic Information Industry Co., Ltd. + ++pci:v00001BD4d00000750* ++ ID_MODEL_FROM_DATABASE=YHGCH ZX1000 ++ + pci:v00001BD4d00000911* + ID_MODEL_FROM_DATABASE=Arria10_PCIe_F10A1150 + +-- +2.31.1 + diff --git a/systemd.spec b/systemd.spec index 3d7c723..b937b14 100644 --- a/systemd.spec +++ b/systemd.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.1 +%define anolis_release .0.2 #global gitcommit 10e465b5321bd53c1fc59ffab27e724535c6bc0f %{?gitcommit:%global gitcommitshort %(c=%{gitcommit}; echo ${c:0:7})} @@ -1061,6 +1061,7 @@ Patch10026: 10026-umount-check-LO_FLAGS_AUTOCLEAR-after-LOOP_CLR_FD-cl.patch Patch20001: 20001-hwdb-parse_hwdb_dot_py.patch Patch20002: 20002-cgroup-do-not-refresh-cgroup-devices-config-when-dae.patch Patch20003: 20003-core-introduce-cgroup-full-delegation-for-compabilit.patch +Patch20004: 20004-Update-vendor-ids-for-ieisystem-0750.patch %ifarch %{ix86} x86_64 aarch64 %global have_gnu_efi 1 @@ -1691,6 +1692,9 @@ fi %files tests -f .file-list-tests %changelog +* Wed Jan 31 2024 wangkaiyuan - 239-78.0.2 +- Update vendor ids for ieisystem 0750 + * Tue Dec 26 2023 Yuanhong Peng - 239-78.0.1 - core: fix a null reference case in load_from_path() - sysctl: Don't pass null directive argument to '%s' -- Gitee