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)