[rubygem-mixlib-config] Disable %check on f16 as well, since its rspec is also too old.

Julian C. Dunn jdunn at fedoraproject.org
Mon Jan 14 00:46:41 UTC 2013


commit 5b4f775309180023d69858ec2cf973cefd95a63f
Author: Julian C. Dunn <jdunn at aquezada.com>
Date:   Sun Jan 13 19:46:04 2013 -0500

    Disable %check on f16 as well, since its rspec is also too old.

 rubygem-mixlib-config.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/rubygem-mixlib-config.spec b/rubygem-mixlib-config.spec
index b1c667a..ba6d728 100644
--- a/rubygem-mixlib-config.spec
+++ b/rubygem-mixlib-config.spec
@@ -20,7 +20,7 @@
 Summary: Simple ruby config mix-in
 Name: rubygem-%{gem_name}
 Version: 1.1.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 Group: Development/Languages
 License: ASL 2.0
 URL: http://github.com/opscode/mixlib-config
@@ -74,8 +74,8 @@ cp -a .%{gem_dir}/* %{buildroot}%{gem_dir}/
 rm %{buildroot}%{gem_instdir}/.gitignore
 
 %check
-%if %{?el6}0
-# spec on EL6 is too old; need RSpec2
+%if %{?el6}0 || %{?fc16}0
+# spec is too old; need RSpec2
 %else
 pushd .%{gem_instdir}
 rspec
@@ -99,6 +99,9 @@ popd
 %{gem_instdir}/spec
 
 %changelog
+* Sun Jan 13 2013 Julian C. Dunn <jdunn at aquezada.com> - 1.1.2-3
+- Disable %check on F16/EL6; rspec is too old.
+
 * Sun Dec 23 2012 Julian C. Dunn <jdunn at aquezada.com> - 1.1.2-2
 - Silence tests & unify spec between Fedora/EPEL.
 


More information about the scm-commits mailing list