diff --git a/ghc-srpm-macros.spec b/ghc-srpm-macros.spec index 9b49327..11bcc44 100644 --- a/ghc-srpm-macros.spec +++ b/ghc-srpm-macros.spec @@ -2,7 +2,7 @@ Name: ghc-srpm-macros Version: 1.6.1 -Release: 3%{?dist} +Release: 3.0.riscv64%{?dist} Summary: RPM macros for building Haskell source packages License: GPL-2.0-or-later @@ -32,6 +32,9 @@ install -p -D -m 0644 %{SOURCE0} %{buildroot}/%{macros_dir}/macros.ghc-srpm %changelog +* Tue Nov 14 2023 David Abdurachmanov - 1.6.1-3.0.riscv64 +- Add riscv64 + * Thu Sep 21 2023 Jens Petersen - 1.6.1-3 - migrate to SPDX license tag diff --git a/macros.ghc-srpm b/macros.ghc-srpm index d340cae..4c80aea 100644 --- a/macros.ghc-srpm +++ b/macros.ghc-srpm @@ -2,7 +2,7 @@ # ghc_arches is not used in current packages but still here for back compat # former archs: alpha ppc sparcv9 armv5tel -%ghc_arches %{ix86} x86_64 armv7hl ppc64le aarch64 s390x +%ghc_arches %{ix86} x86_64 armv7hl ppc64le aarch64 s390x riscv64 # deprecated - kept for ghc.spec back compatibility %ghc_devel_prof prof