From 1856763163eeb191c1604cb65260838d9453718f Mon Sep 17 00:00:00 2001 From: akachanova Date: Mon, 1 Sep 2025 11:43:48 +0000 Subject: [PATCH 1/4] Add riscv64 to supported architectures --- pungi/arch_utils.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pungi/arch_utils.py b/pungi/arch_utils.py index fbb45c32..67da2daa 100644 --- a/pungi/arch_utils.py +++ b/pungi/arch_utils.py @@ -84,6 +84,8 @@ arches = { "sh3": "noarch", # itanium "ia64": "noarch", + # riscv64 + "riscv64": "riscv64", } # Will contain information parsed from /proc/self/auxv via _parse_auxv(). From d49e8278ea623b57b6d2be39dd0953b2800db95b Mon Sep 17 00:00:00 2001 From: akachanova Date: Mon, 1 Sep 2025 12:04:36 +0000 Subject: [PATCH 2/4] use noarch with riscv64 --- pungi/arch_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pungi/arch_utils.py b/pungi/arch_utils.py index 67da2daa..7367d8ad 100644 --- a/pungi/arch_utils.py +++ b/pungi/arch_utils.py @@ -85,7 +85,7 @@ arches = { # itanium "ia64": "noarch", # riscv64 - "riscv64": "riscv64", + "riscv64": "noarch", } # Will contain information parsed from /proc/self/auxv via _parse_auxv(). From 9c1dfb3cbcc643a1f410d67ca3e25b68930369b6 Mon Sep 17 00:00:00 2001 From: akachanova Date: Mon, 1 Sep 2025 12:46:54 +0000 Subject: [PATCH 3/4] changelog --- pungi.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pungi.spec b/pungi.spec index 6f0b554d..4a4a1c37 100644 --- a/pungi.spec +++ b/pungi.spec @@ -174,6 +174,9 @@ rm %{buildroot}%{_bindir}/pungi %{_bindir}/%{name}-cache-cleanup %changelog +* Mon Sep 1 2025 Aleksandra Kachanova - 4.7.0-7 +- Add riscv64 to the list of supported architectures + * Fri Sep 27 2024 Stepan Oksanichenko - 4.7.0-6 - Add x86_64_v2 to a list of exclusive arches if there is any arch with base `x86_64` From 2ac29cf0d618f2fa520677c63b38d26ec13e4b15 Mon Sep 17 00:00:00 2001 From: akachanova Date: Mon, 1 Sep 2025 16:22:31 +0000 Subject: [PATCH 4/4] Release is bumped --- pungi.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pungi.spec b/pungi.spec index 4a4a1c37..175c3ba6 100644 --- a/pungi.spec +++ b/pungi.spec @@ -2,7 +2,7 @@ Name: pungi Version: 4.7.0 -Release: 6%{?dist}.alma.1 +Release: 7%{?dist}.alma.1 Summary: Distribution compose tool License: GPL-2.0-only