commit d2046f61e3b92dff4ea0e7f25da72091438922a2
Author: Elan Ruusamäe <[email protected]>
Date:   Mon May 23 20:00:45 2016 +0300

    tests require newer minitest than we have with ruby 2.1

 gem2rpm.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gem2rpm.spec b/gem2rpm.spec
index d370a02..ab3fb3a 100644
--- a/gem2rpm.spec
+++ b/gem2rpm.spec
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-%bcond_with    tests           # tests require networking
+%bcond_with    tests           # tests require minitest >= 5.0
 
 Summary:       Generate rpm specfiles from gems
 Name:          gem2rpm
@@ -18,7 +18,7 @@ URL:          https://github.com/fedora-ruby/gem2rpm
 BuildRequires: rpm-rubyprov
 BuildRequires: rpmbuild(macros) >= 1.656
 %if %{with tests}
-BuildRequires: ruby-minitest
+BuildRequires: ruby-minitest >= 5.0
 BuildRequires: ruby-rake
 %endif
 Requires:      pld-release
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gem2rpm.git/commitdiff/d2046f61e3b92dff4ea0e7f25da72091438922a2

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to