From b37d709209edd8f8c9ef8d69e656f68f6a996183 Mon Sep 17 00:00:00 2001 From: wangkaiyuan Date: Wed, 31 Jan 2024 19:44:17 +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 0004-Update-vendor-ids-for-ieisystem-0750.patch diff --git a/0004-Update-vendor-ids-for-ieisystem-0750.patch b/0004-Update-vendor-ids-for-ieisystem-0750.patch new file mode 100644 index 0000000..fa81720 --- /dev/null +++ b/0004-Update-vendor-ids-for-ieisystem-0750.patch @@ -0,0 +1,27 @@ +From c9ff0e954bc6064e5704551539534fd3ac93b6d4 Mon Sep 17 00:00:00 2001 +From: wangkaiyuan +Date: Wed, 31 Jan 2024 19:41:48 +0800 +Subject: [PATCH] Update vendor ids for ieisystem 0750 + +Signed-off-by: wangkaiyuan +--- + hwdb.d/20-pci-vendor-model.hwdb | 3 +++ + 1 file changed, 3 insertions(+) + +diff --git a/hwdb.d/20-pci-vendor-model.hwdb b/hwdb.d/20-pci-vendor-model.hwdb +index 9f6eca7..89072ab 100644 +--- a/hwdb.d/20-pci-vendor-model.hwdb ++++ b/hwdb.d/20-pci-vendor-model.hwdb +@@ -70736,6 +70736,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 fed2eb7..7cd8281 100644 --- a/systemd.spec +++ b/systemd.spec @@ -1,4 +1,4 @@ -%define anolis_release 8 +%define anolis_release 9 %global __requires_exclude pkg-config %global pkgdir %{_prefix}/lib/systemd @@ -66,6 +66,7 @@ Patch0003: 0003-pam-actually-align-the-columns.patch Patch0201: use-bfq-scheduler.patch Patch0202: fedora-use-system-auth-in-pam-systemd-user.patch Patch0203: 0001-add-loongarch64-support-for-systemd.patch +Patch0204: 0004-Update-vendor-ids-for-ieisystem-0750.patch BuildRequires: gcc gcc-c++ clang coreutils BuildRequires: libcap-devel libmount-devel libfdisk-devel libpwquality-devel @@ -1935,6 +1936,9 @@ fi %doc docs/DISTRO_PORTING.md docs/HACKING.md %changelog +* Wed Jan 31 2024 wangkaiyuan - 252.4-9 +- Update vendor ids for ieisystem 0750 + * Tue Oct 10 2023 Wenlong Zhang - 252.4-8 - add loongarch64 support for systemd -- Gitee