diff --git a/macros.mono-srpm b/macros.mono-srpm index c5862c8..05c0f44 100644 --- a/macros.mono-srpm +++ b/macros.mono-srpm @@ -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 diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 2c39298..2dbda4a 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -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 - 175-1.0.riscv64 +- Add riscv64 to %%mono_arches + * Wed Mar 10 2021 Kalev Lember - 175-1 - BRP Python Bytecompile: Avoid hardcoding /usr/bin prefix for python