From ff3697812d356e3a06b723b4b38eb188b35930e5 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 20 Sep 2019 16:24:42 +0000 Subject: [PATCH] Re-enable tests --- python-lit.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-lit.spec b/python-lit.spec index 58557fc..60c5112 100644 --- a/python-lit.spec +++ b/python-lit.spec @@ -7,7 +7,7 @@ %endif #%%global rc_ver 4 -%bcond_with check +%bcond_without 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: 2%{?dist} +Release: 3%{?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-3 +- Re-enable tests + * Fri Sep 20 2019 Tom Stellard - 0.9.0-2 - Disable check to avoid circular dependency with llvm-test