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:
commit
e9ed4402e6
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: pungi
|
Name: pungi
|
||||||
Version: 4.7.0
|
Version: 4.7.0
|
||||||
Release: 6%{?dist}.alma.1
|
Release: 7%{?dist}.alma.1
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -174,6 +174,9 @@ rm %{buildroot}%{_bindir}/pungi
|
|||||||
%{_bindir}/%{name}-cache-cleanup
|
%{_bindir}/%{name}-cache-cleanup
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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`
|
- Add x86_64_v2 to a list of exclusive arches if there is any arch with base `x86_64`
|
||||||
|
|
||||||
|
@ -84,6 +84,8 @@ arches = {
|
|||||||
"sh3": "noarch",
|
"sh3": "noarch",
|
||||||
# itanium
|
# itanium
|
||||||
"ia64": "noarch",
|
"ia64": "noarch",
|
||||||
|
# riscv64
|
||||||
|
"riscv64": "noarch",
|
||||||
}
|
}
|
||||||
|
|
||||||
# Will contain information parsed from /proc/self/auxv via _parse_auxv().
|
# Will contain information parsed from /proc/self/auxv via _parse_auxv().
|
||||||
|
Loading…
Reference in New Issue
Block a user