From d69a3941b6a93a531ba473242aba737babff94fb Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Mon, 31 Oct 2022 17:12:51 +0200 Subject: [PATCH] Disable tests on riscv64 Signed-off-by: David Abdurachmanov --- ghc-temporary.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ghc-temporary.spec b/ghc-temporary.spec index 7c3eb7d..18dd1c1 100644 --- a/ghc-temporary.spec +++ b/ghc-temporary.spec @@ -4,7 +4,7 @@ %global pkg_name temporary %global pkgver %{pkg_name}-%{version} -%ifnarch s390x +%ifnarch s390x riscv64 %bcond_without tests %else %bcond_with tests @@ -12,7 +12,7 @@ Name: ghc-%{pkg_name} Version: 1.3 -Release: 14%{?dist} +Release: 14.0.riscv64%{?dist} Summary: Portable temporary file and directory support License: BSD @@ -128,6 +128,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Mon Oct 31 2022 David Abdurachmanov - 1.3-14.0.riscv64 +- Disable tests on riscv64 + * Thu Jul 21 2022 Fedora Release Engineering - 1.3-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild