diff --git a/0001-hwdb-add-Iluvatar-CoreX.patch b/0001-hwdb-add-Iluvatar-CoreX.patch new file mode 100644 index 0000000000000000000000000000000000000000..e08657cf0108b4f55e3f68301a6e336d86dd1da3 --- /dev/null +++ b/0001-hwdb-add-Iluvatar-CoreX.patch @@ -0,0 +1,44 @@ +From 28e47526dce925e6f32cf79825d38fd10e1f442a Mon Sep 17 00:00:00 2001 +From: rpm-build +Date: Tue, 26 Jul 2022 22:01:58 +0800 +Subject: [PATCH] hwdb: add Iluvatar CoreX + +Signed-off-by: rpm-build +--- + hwdb/20-pci-vendor-model.hwdb | 6 ++++++ + hwdb/pci.ids | 2 ++ + 2 files changed, 8 insertions(+) + +diff --git a/hwdb/20-pci-vendor-model.hwdb b/hwdb/20-pci-vendor-model.hwdb +index 0020046..78926f8 100644 +--- a/hwdb/20-pci-vendor-model.hwdb ++++ b/hwdb/20-pci-vendor-model.hwdb +@@ -71141,6 +71141,12 @@ pci:v00001EEC* + pci:v00001EFB* + ID_VENDOR_FROM_DATABASE=Flexxon Pte Ltd + ++pci:v00001E3E* ++ ID_VENDOR_FROM_DATABASE=Iluvatar CoreX ++ ++pci:v00001E3Ed00000001* ++ ID_MODEL_FROM_DATABASE=Iluvatar BI-V100 ++ + pci:v00001FC0* + ID_VENDOR_FROM_DATABASE=Ascom (Finland) Oy + +diff --git a/hwdb/pci.ids b/hwdb/pci.ids +index 40ee143..d6661c7 100644 +--- a/hwdb/pci.ids ++++ b/hwdb/pci.ids +@@ -21543,6 +21543,8 @@ + 0003 alst4x + 1dfc JSC NT-COM + 1181 TDM 8 Port E1/T1/J1 Adapter ++1e3e Iluvatar CoreX ++ 0001 Iluvatar BI-V100 + # nee Tumsan Oy + 1fc0 Ascom (Finland) Oy + 0300 E2200 Dual E1/Rawpipe Card +-- +2.27.0 + diff --git a/systemd.spec b/systemd.spec index d828ae4ee6f8fbd2d78cf497c35dc7fef36adf06..202d519f62c411a2afdd36a7b56fa0a858a0f549 100644 --- a/systemd.spec +++ b/systemd.spec @@ -1,4 +1,5 @@ -%define anolis_release .0.2 +%define anolis_release .0.3 + #global gitcommit 10e465b5321bd53c1fc59ffab27e724535c6bc0f %{?gitcommit:%global gitcommitshort %(c=%{gitcommit}; echo ${c:0:7})} @@ -806,6 +807,8 @@ Patch0752: 0752-core-add-a-config-item-to-support-setting-the-value-.patch Patch0753: 0753-systemd-anolis-support-loongarch64.patch Patch0754: 0754-test-catalog-Fix-coredump-when-compiled-under-GCC10.patch +Patch1000: 0001-hwdb-add-Iluvatar-CoreX.patch + %ifarch %{ix86} x86_64 aarch64 %global have_gnu_efi 1 %endif @@ -1434,6 +1437,9 @@ fi %files tests -f .file-list-tests %changelog +* Tue Jul 26 2022 Liwei Ge - 239-58.0.3 +- add Iluvatar CoreX pci id + * Tue May 17 2022 Yuanhong Peng - 239-58.0.2 - test-catalog: Fix coredump when compiled under GCC10