diff --git a/ghc-formatting.spec b/ghc-formatting.spec index ff9b6f5..5f6aa1b 100644 --- a/ghc-formatting.spec +++ b/ghc-formatting.spec @@ -5,14 +5,14 @@ %global pkgver %{pkg_name}-%{version} # i686: tests assume Int is Int64 -# s390x: unknown RTS option: -N -%ifnarch i686 s390x armv7hl +# s390x, riscv64: unknown RTS option: -N +%ifnarch i686 s390x armv7hl riscv64 %bcond_without tests %endif Name: ghc-%{pkg_name} Version: 7.1.3 -Release: 3%{?dist} +Release: 3.0.riscv64%{?dist} Summary: Combinator-based type-safe formatting (like printf() or FORMAT) License: BSD @@ -129,6 +129,9 @@ dos2unix -k -n %{SOURCE1} %{pkg_name}.cabal %changelog +* Wed Nov 02 2022 David Abdurachmanov - 7.1.3-3.0.riscv64 +- Disable tests on riscv64 + * Thu Jul 21 2022 Fedora Release Engineering - 7.1.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild