[packages/gem2rpm] tests require newer minitest than we have with ruby 2.1

glen glen at pld-linux.org
Mon May 23 19:01:01 CEST 2016


commit d2046f61e3b92dff4ea0e7f25da72091438922a2
Author: Elan Ruusamäe <glen at delfi.ee>
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



More information about the pld-cvs-commit mailing list