disable testsuite: it affected the package hash

This commit is contained in:
Jens Petersen 2018-03-06 20:58:34 +09:00
parent 005710e5d6
commit fb4f328eec
1 changed files with 9 additions and 5 deletions

View File

@ -4,15 +4,16 @@
%global pkg_name typed-process
%global pkgver %{pkg_name}-%{version}
%ifnarch s390x
%bcond_without tests
%else
# testsuite disabled for ghc-8.2.2 since it changed ABI hash
#%%ifnarch s390x
#%%bcond_without tests
#%%else
%bcond_with tests
%endif
#%%endif
Name: ghc-%{pkg_name}
Version: 0.2.1.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Run external processes, with strong typing of streams
License: MIT
@ -92,6 +93,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Tue Mar 6 2018 Jens Petersen <petersen@redhat.com> - 0.2.1.0-4
- disable testsuite since it affected the package hash
* Fri Feb 23 2018 Jens Petersen <petersen@redhat.com> - 0.2.1.0-3
- bump over conduit-extra