Merge pull request 'Add riscv64 to supported architectures' (#16) from add_riscv64 into master

Reviewed-on: #16
Reviewed-by: Stepan Oksanichenko <soksanichenko@noreply.localhost>
This commit is contained in:
Stepan Oksanichenko 2025-09-02 15:03:06 +00:00
commit e9ed4402e6
2 changed files with 6 additions and 1 deletions

View File

@ -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
@ -174,6 +174,9 @@ rm %{buildroot}%{_bindir}/pungi
%{_bindir}/%{name}-cache-cleanup
%changelog
* Mon Sep 1 2025 Aleksandra Kachanova <akachanova@almalinux.org> - 4.7.0-7
- Add riscv64 to the list of supported architectures
* Fri Sep 27 2024 Stepan Oksanichenko <soksanichenko@almalinux.org> - 4.7.0-6
- Add x86_64_v2 to a list of exclusive arches if there is any arch with base `x86_64`

View File

@ -84,6 +84,8 @@ arches = {
"sh3": "noarch",
# itanium
"ia64": "noarch",
# riscv64
"riscv64": "noarch",
}
# Will contain information parsed from /proc/self/auxv via _parse_auxv().