From c6a22dd140e7f0d1b8b28c2a9b39e9c79137a4a9 Mon Sep 17 00:00:00 2001 From: Yuriy Kohut Date: Mon, 26 Jan 2026 13:47:35 +0200 Subject: [PATCH] Add patch to extend arch_map list with x86_64_v2 for the x86_64 Add Yuriy Kohut to the changelog entries --- config.yaml | 9 ++++++- ...p-list-with-x86_64_v2-for-the-x86_64.patch | 25 +++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 files/0001-Extend-arch_map-list-with-x86_64_v2-for-the-x86_64.patch diff --git a/config.yaml b/config.yaml index dd62c82..20039a0 100644 --- a/config.yaml +++ b/config.yaml @@ -10,6 +10,10 @@ actions: - "Add x86_64_v2 to arch_map" - "Add link to AlmaLinux bugtracker" - "Fix tests on x86_64_v2" + - name: "Yuriy Kohut" + email: "ykohut@almalinux.org" + line: + - "Extend arch_map list with x86_64_v2 for the x86_64" - add_files: - type: "patch" @@ -20,4 +24,7 @@ actions: number: "Latest" - type: "patch" name: "0001-Add-x86_64_v2-to-tests.patch" - number: "Latest" \ No newline at end of file + number: "Latest" + - type: "patch" + name: "0001-Extend-arch_map-list-with-x86_64_v2-for-the-x86_64.patch" + number: "Latest" diff --git a/files/0001-Extend-arch_map-list-with-x86_64_v2-for-the-x86_64.patch b/files/0001-Extend-arch_map-list-with-x86_64_v2-for-the-x86_64.patch new file mode 100644 index 0000000..21a29c5 --- /dev/null +++ b/files/0001-Extend-arch_map-list-with-x86_64_v2-for-the-x86_64.patch @@ -0,0 +1,25 @@ +From b960f5b5f29c0a38fcd4dd7d0babb7266f5cc198 Mon Sep 17 00:00:00 2001 +From: Yuriy Kohut +Date: Mon, 26 Jan 2026 11:17:26 +0200 +Subject: [PATCH] Extend arch_map list with x86_64_v2 for the x86_64 + +--- + libdnf/dnf-context.cpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/libdnf/dnf-context.cpp b/libdnf/dnf-context.cpp +index 4ef63ea6..fcce7227 100644 +--- a/libdnf/dnf-context.cpp ++++ b/libdnf/dnf-context.cpp +@@ -118,7 +118,7 @@ static const struct { + { "sh4", { "sh4", "sh4a", NULL } }, + { "sparc", { "sparc", "sparc64", "sparc64v", "sparcv8", + "sparcv9", "sparcv9v", NULL } }, +- { "x86_64", { "x86_64", "amd64", "ia32e", NULL } }, ++ { "x86_64", { "x86_64", "x86_64_v2", "amd64", "ia32e", NULL } }, + { "x86_64_v2", { "x86_64_v2", NULL } }, + { "loongarch64", { "loongarch64", NULL } }, + { NULL, { NULL } } +-- +2.49.0 +