diff --git a/python-lit.spec b/python-lit.spec index 0218f7d..58557fc 100644 --- a/python-lit.spec +++ b/python-lit.spec @@ -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 - 0.9.0-2 +- Disable check to avoid circular dependency with llvm-test + * Fri Sep 20 2019 Tom Stellard - 0.9.0-1 - 0.9.0 Release