diff --git a/config.yaml b/config.yaml index 83c1874..6ce8890 100644 --- a/config.yaml +++ b/config.yaml @@ -39,6 +39,10 @@ actions: %endif count: 1 + - add_files: + - type: "patch" + name: "0001-Bring-back-missing-line-in-target-ppc-cpu-models.patch" + number: "Latest" - modify_release: - suffix: ".alma.1" diff --git a/files/0001-Bring-back-missing-line-in-target-ppc-cpu-models.patch b/files/0001-Bring-back-missing-line-in-target-ppc-cpu-models.patch new file mode 100644 index 0000000..2141880 --- /dev/null +++ b/files/0001-Bring-back-missing-line-in-target-ppc-cpu-models.patch @@ -0,0 +1,26 @@ +From fbf01dcb549b3b35bfb1de1a718d0887c041aa3f Mon Sep 17 00:00:00 2001 +From: eabdullin +Date: Wed, 9 Apr 2025 16:43:18 +0300 +Subject: [PATCH] Bring back missing line in target/ppc/cpu-models.c + +--- + target/ppc/cpu-models.c | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +diff --git a/target/ppc/cpu-models.c b/target/ppc/cpu-models.c +index f77ebfcc8..013c09468 100644 +--- a/target/ppc/cpu-models.c ++++ b/target/ppc/cpu-models.c +@@ -744,7 +744,8 @@ + /* PowerPC CPU aliases */ + + PowerPCCPUAlias ppc_cpu_aliases[] = { +- { "405", "405d4" }, ++#if 0 /* Disabled for Red Hat Enterprise Linux */ ++{ "405", "405d4" }, + { "405cr", "405crc" }, + { "405gp", "405gpd" }, + { "405gpe", "405crc" }, +-- +2.39.5 (Apple Git-154) +