From a6a5240925ce3f912d7c9c38445a70d4eb2a4113 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Jul 20 2019 21:59:53 +0000 Subject: Disable tests on initial EPEL8 build as per Troy Dawson request --- diff --git a/mock.spec b/mock.spec index 643006b..91b8d7f 100644 --- a/mock.spec +++ b/mock.spec @@ -1,4 +1,4 @@ -%bcond_without tests +%bcond_with tests %if 0%{?fedora} || 0%{?mageia} || 0%{?rhel} >= 7 %global use_python3 1 @@ -15,7 +15,7 @@ Summary: Builds packages inside chroots Name: mock Version: 1.4.16 -Release: 2%{?dist} +Release: 2.0.1%{?dist} License: GPLv2+ # Source is created by # git clone https://github.com/rpm-software-management/mock.git @@ -236,6 +236,9 @@ pylint-3 py/mockbuild/ py/*.py py/mockbuild/plugins/* || : %endif %changelog +* Sat Jul 20 2019 Stephen Smoogen - 1.4.16-2.0.1 +- Disable tests on initial EPEL8 build as per Troy Dawson request + * Mon Jun 17 2019 Igor Gnatenko - 1.4.16-2 - Backport pre-4.15 DynamicBuildRequires fix - Enable support for DynamicBuildRequires by default