Disable check to avoid circular dependency with llvm-test

This commit is contained in:
Tom Stellard 2019-09-20 16:17:21 +00:00
parent 752182d524
commit 984838cf52

View File

@ -7,7 +7,7 @@
%endif
#%%global rc_ver 4
%bcond_without check
%bcond_with check
# FIXME: Work around for rhel not having py2_build/py2_install macro.
%{!?py2_build: %global py2_build %{expand: CFLAGS="%{optflags}" %{__python2} setup.py %{?py_setup_args} build --executable="%{__python2} -s"}}
@ -15,7 +15,7 @@
Name: python-%{srcname}
Version: 0.9.0
Release: 1%{?dist}
Release: 2%{?dist}
BuildArch: noarch
License: NCSA
@ -102,6 +102,9 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python2_sitelib}/%{srcna
%endif
%changelog
* Fri Sep 20 2019 Tom Stellard <tstellar@redhat.com> - 0.9.0-2
- Disable check to avoid circular dependency with llvm-test
* Fri Sep 20 2019 Tom Stellard <tstellar@redhat.com> - 0.9.0-1
- 0.9.0 Release