From cfba2889a17533f108e56ed82c2116119ef2d2a1 Mon Sep 17 00:00:00 2001 From: "zhongling.h" Date: Mon, 20 May 2024 14:08:53 +0800 Subject: [PATCH] add longsys essd --- 20009-add-longsys-essd.patch | 25 +++++++++++++++++++++++++ systemd.spec | 3 ++- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 20009-add-longsys-essd.patch diff --git a/20009-add-longsys-essd.patch b/20009-add-longsys-essd.patch new file mode 100644 index 0000000..646d985 --- /dev/null +++ b/20009-add-longsys-essd.patch @@ -0,0 +1,25 @@ +From a264d923fd4c657d67e0d45596112ac5c8a6c60c Mon Sep 17 00:00:00 2001 +From: rpm-build +Date: Mon, 20 May 2024 03:24:00 +0000 +Subject: [PATCH] add longsys essd + +--- + hwdb/pci.ids | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/hwdb/pci.ids b/hwdb/pci.ids +index e02e766..1e5f502 100644 +--- a/hwdb/pci.ids ++++ b/hwdb/pci.ids +@@ -21517,6 +21517,8 @@ + 790b FCH SMBus Controller + 790e FCH LPC Bridge + 1d95 Graphcore Ltd ++1d97 Shenzhen Longsys Electronics Co., Ltd. ++ 12e4 ORCA 4836 Series eSSD + 1da1 Teko Telecom S.r.l. + 1da2 Sapphire Technology Limited + 1dbb NGD Systems, Inc. +-- +2.39.3 + diff --git a/systemd.spec b/systemd.spec index cb2f21b..f5bf94c 100644 --- a/systemd.spec +++ b/systemd.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.6 +%define anolis_release .0.7 #global gitcommit 10e465b5321bd53c1fc59ffab27e724535c6bc0f %{?gitcommit:%global gitcommitshort %(c=%{gitcommit}; echo ${c:0:7})} @@ -1069,6 +1069,7 @@ Patch20005: 20005-default-enable-full-delegation-on-device-cgroup.patch Patch20006: 20006-systemd-Add-sw64.patch Patch20007: 20007-add-seccomp-support-for-sw_64.patch Patch20008: 20008-Fix-unit-test-test-seccomp-support-on-sw_64.patch +Patch20009: 20009-add-longsys-essd.patch # lifsea only patch %if %{defined lifsea_dist} -- Gitee