#1 disable groovy support by default
Merged 4 years ago by decathorpe. Opened 4 years ago by decathorpe.
Unknown source master  into  master

file modified
+5 -2
@@ -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 @@

  %license LICENSE.txt

  

  %changelog

+ * Tue Jul 23 2019 Fabio Valentini <decathorpe@gmail.com> - 6.14.3-8

+ - Disable groovy support by default.

+ 

  * Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6.14.3-7

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

  

no initial comment

It's hard to tell what uses this groovy support, as it is not a separate package. I guess we need the copr rebuilds.

All test builds succeeded, except for the packages that were already broken in rawhide, and hystrix, where the builds are always flaky.

Pull-Request has been merged by decathorpe

4 years ago