disable tests on armv7hl in line with current th-orphans

epel9
Jens Petersen 3 years ago
parent b7772f1c55
commit 01863f7242

@ -4,11 +4,14 @@
%global pkg_name th-compat %global pkg_name th-compat
%global pkgver %{pkg_name}-%{version} %global pkgver %{pkg_name}-%{version}
# due to th-orphans: remove when moving Rawhide to 0.1.3
%ifnarch armv7hl
%bcond_without tests %bcond_without tests
%endif
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 0.1.2 Version: 0.1.2
Release: 1%{?dist} Release: 2%{?dist}
Summary: Backward- (and forward-)compatible Quote and Code types Summary: Backward- (and forward-)compatible Quote and Code types
License: BSD License: BSD
@ -120,5 +123,8 @@ This package provides the Haskell %{pkg_name} profiling library.
%changelog %changelog
* Sat Oct 30 2021 Jens Petersen <petersen@redhat.com> - 0.1.2-2
- disable tests on armv7hl in line with current th-orphans
* Fri Jul 9 2021 Jens Petersen <petersen@redhat.com> - 0.1.2-1 * Fri Jul 9 2021 Jens Petersen <petersen@redhat.com> - 0.1.2-1
- spec file generated by cabal-rpm-2.0.10 - spec file generated by cabal-rpm-2.0.10

Loading…
Cancel
Save