From ff5d907d1b7fd2bf19ccd477e511e55ef0fc4148 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Tue, 23 Jul 2019 21:00:17 +0200 Subject: [PATCH] disable groovy support by default --- testng.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/testng.spec b/testng.spec index 56c89a9..6936907 100644 --- a/testng.spec +++ b/testng.spec @@ -1,9 +1,9 @@ -%bcond_without groovy +%bcond_with groovy %bcond_without snakeyaml Name: testng Version: 6.14.3 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Java-based testing framework License: ASL 2.0 URL: http://testng.org/ @@ -115,6 +115,9 @@ cp -p ./src/main/java/*.dtd.html ./src/main/resources/. %license LICENSE.txt %changelog +* Tue Jul 23 2019 Fabio Valentini - 6.14.3-8 +- Disable groovy support by default. + * Sun Feb 03 2019 Fedora Release Engineering - 6.14.3-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild