Add riscv64 to %mono_arches

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This commit is contained in:
David Abdurachmanov 2021-04-26 06:08:21 +03:00
parent c6015fffb6
commit 94af94a117
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# arches that mono builds on
%mono_arches %{ix86} x86_64 sparc sparcv9 ia64 %{arm} aarch64 alpha s390x ppc ppc64 ppc64le
%mono_arches %{ix86} x86_64 sparc sparcv9 ia64 %{arm} aarch64 alpha s390x ppc ppc64 ppc64le riscv64
%_monodir %{_prefix}/lib/mono
%_monogacdir %{_monodir}/gac

View File

@ -7,7 +7,7 @@
Summary: Red Hat specific rpm configuration files
Name: redhat-rpm-config
Version: 175
Release: 1%{?dist}
Release: 1.0.riscv64%{?dist}
# No version specified.
License: GPL+
URL: https://src.fedoraproject.org/rpms/redhat-rpm-config
@ -213,6 +213,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua
%{_rpmconfigdir}/macros.d/macros.kmp
%changelog
* Mon Apr 26 2021 David Abdurachmanov <david.abdurachmanov@gmail.com> - 175-1.0.riscv64
- Add riscv64 to %%mono_arches
* Wed Mar 10 2021 Kalev Lember <klember@redhat.com> - 175-1
- BRP Python Bytecompile: Avoid hardcoding /usr/bin prefix for python