diff --git a/config.yaml b/config.yaml index 0ed6095..fb8b369 100644 --- a/config.yaml +++ b/config.yaml @@ -8,9 +8,9 @@ actions: - name: "Eduard Abdullin" email: "eabdullin@almalinux.org" line: - - "Add x86_64_v2 to RPM_ARCHES" + - "Add x86_64_v2 and riscv64 to RPM_ARCHES" - add_files: - type: "patch" - name: "0001-Add-x86_64_v2-to-RPM_ARCHES.patch" - number: 1000 \ No newline at end of file + name: "0001-Add-x86_64_v2-and-riscv64-to-RPM_ARCHES.patch" + number: 1000 diff --git a/files/0001-Add-x86_64_v2-to-RPM_ARCHES.patch b/files/0001-Add-x86_64_v2-and-riscv64-to-RPM_ARCHES.patch similarity index 90% rename from files/0001-Add-x86_64_v2-to-RPM_ARCHES.patch rename to files/0001-Add-x86_64_v2-and-riscv64-to-RPM_ARCHES.patch index 4e45bbf..6807fa1 100644 --- a/files/0001-Add-x86_64_v2-to-RPM_ARCHES.patch +++ b/files/0001-Add-x86_64_v2-and-riscv64-to-RPM_ARCHES.patch @@ -1,7 +1,7 @@ From 50a37f6071f870bb7abfdffa0807d96528ebb10f Mon Sep 17 00:00:00 2001 From: soksanichenko Date: Fri, 13 Sep 2024 09:31:21 +0300 -Subject: [PATCH] Add x86_64_v2 to RPM_ARCHES +Subject: [PATCH] Add x86_64_v2 and riscv64 to RPM_ARCHES --- productmd/common.py | 2 +- @@ -16,7 +16,7 @@ index 10e573d..4be8584 100644 "armv7hnl", "armv7l", "athlon", "geode", "i386", "i486", "i586", "i686", "ia32e", "ia64", "ppc", "ppc64", "ppc64iseries", "ppc64le", "ppc64p7", "ppc64pseries", "s390", "s390x", "sh3", "sh4", "sh4a", - "sparc", "sparc64", "sparc64v", "sparcv8", "sparcv9", "sparcv9v", "x86_64", -+ "sparc", "sparc64", "sparc64v", "sparcv8", "sparcv9", "sparcv9v", "x86_64", "x86_64_v2", ++ "sparc", "sparc64", "sparc64v", "sparcv8", "sparcv9", "sparcv9v", "x86_64", "x86_64_v2", "riscv64", "src", "nosrc", "noarch", ]