From 51dbc43ff65004c16b5516e7f4b6f29c16a96dd3 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Aug 10 2020 03:15:32 +0000 Subject: Re-enable checks. --- diff --git a/R-pillar.spec b/R-pillar.spec index 295019e..4e225e8 100644 --- a/R-pillar.spec +++ b/R-pillar.spec @@ -1,4 +1,4 @@ -%bcond_with check +%bcond_without check %global packname pillar %global packver 1.4.6 @@ -6,7 +6,7 @@ Name: R-%{packname} Version: 1.4.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Coloured Formatting for Columns License: GPLv3 @@ -78,6 +78,9 @@ export LANG=C.UTF-8 %changelog +* Sun Aug 09 2020 Elliott Sales de Andrade - 1.4.6-2 +- Re-enable checks + * Sun Aug 09 2020 Elliott Sales de Andrade - 1.4.6-1 - Update to latest version (rhbz#1855466)