diff --git a/SOURCES/0001-lscpu-arm.c-add-arm_part-FT-2000-S2500S-and-5000C.patch b/SOURCES/0001-lscpu-arm.c-add-arm_part-FT-2000-S2500S-and-5000C.patch new file mode 100644 index 0000000000000000000000000000000000000000..ec6c4be2c0ff0601f594c45a684ce89943cfc133 --- /dev/null +++ b/SOURCES/0001-lscpu-arm.c-add-arm_part-FT-2000-S2500S-and-5000C.patch @@ -0,0 +1,21 @@ +--- + sys-utils/lscpu-arm.c | 3 +++ + 1 file changed, 3 insertions(+) + +diff --git a/sys-utils/lscpu-arm.c b/sys-utils/lscpu-arm.c +index 2b178a7..4260be9 100644 +--- a/sys-utils/lscpu-arm.c ++++ b/sys-utils/lscpu-arm.c +@@ -82,6 +82,9 @@ static const struct id_part arm_part[] = { + { 0xd42, "Cortex-A78AE" }, + { 0xd4a, "Neoverse-E1" }, + { 0xd4b, "Cortex-A78C" }, ++ { 0x662, "FT-2000+" }, ++ { 0x663, "S2500" }, ++ { 0x862, "S5000C" }, + { -1, "unknown" }, + }; + +-- +2.31.1 + diff --git a/SPECS/util-linux.spec b/SPECS/util-linux.spec index 4a1296d8bf9a3ecfc1e1bce4ecd275f5c612e2ad..7f6d269702bd668515fa804af7411dbaf4d1ae09 100644 --- a/SPECS/util-linux.spec +++ b/SPECS/util-linux.spec @@ -2,7 +2,7 @@ Summary: A collection of basic system utilities Name: util-linux Version: 2.32.1 -Release: 42%{?dist} +Release: 42%{?dist}.1 License: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain Group: System Environment/Base URL: http://en.wikipedia.org/wiki/Util-linux @@ -284,6 +284,8 @@ Patch92: 0092-last-use-full-size-of-the-username.patch Patch93: 0093-include-c-add-cmp_timespec-and-cmp_stat_mtime.patch Patch94: 0094-mount-add-hint-about-systemctl-daemon-reload.patch +# lscpu-arm add type FT-2000+ S2500S and 5000C +Patch5000: 0001-lscpu-arm.c-add-arm_part-FT-2000-S2500S-and-5000C.patch %description The util-linux package contains a large variety of low-level system @@ -1132,6 +1134,10 @@ fi %{_libdir}/python*/site-packages/libmount/ %changelog +* Thu Nov 16 2023 Doris Chao - 2.32.1-42.oc8.1 +- add 5000-lscpu-arm-add-type-S5000C.patch to add arm type FT-2000+,S2500 + and S5000C + * Thu Mar 30 2023 Karel Zak 2.32.1-42 - fix #2180413 - Backport hint about systemd daemon-reload