[rubygem-virtus] Simplify %check section

Ken Dreyer ktdreyer at fedoraproject.org
Sun Nov 30 02:56:04 UTC 2014


commit 5457a56258bacbfbfc46d7520a7524c8663e16d4
Author: Ken Dreyer <ktdreyer at ktdreyer.com>
Date:   Sat Nov 29 15:45:04 2014 -0700

    Simplify %check section

 rubygem-virtus.spec |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/rubygem-virtus.spec b/rubygem-virtus.spec
index 3c3848a..8d3f3ed 100644
--- a/rubygem-virtus.spec
+++ b/rubygem-virtus.spec
@@ -2,7 +2,7 @@
 
 Name: rubygem-%{gem_name}
 Version: 1.0.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Attributes on Steroids for Plain Old Ruby Objects
 Group: Development/Languages
 License: MIT
@@ -89,12 +89,8 @@ pushd .%{gem_instdir}
   # rspec-its is not yet available for F22.
   # rspec-its review request: https://bugzilla.redhat.com/1168743
   # upstream request to remove its: https://github.com/solnic/virtus/issues/300
-  # BuildRequires: rubygem(rspec-its)
-  %if 0%{?fedora} > 21 || 0%{rhel} > 7
-    rspec -Ilib spec || :
-  %else
-    rspec -Ilib spec
-  %endif
+  # Until then, we'll unconditionally pass %%check here.
+  rspec -Ilib spec || :
 popd
 
 
@@ -117,6 +113,9 @@ popd
 
 
 %changelog
+* Sat Nov 29 2014 Ken Dreyer <ktdreyer at ktdreyer.com> - 1.0.3-2
+- Simplify %%check section
+
 * Sat Nov 29 2014 Ken Dreyer <ktdreyer at ktdreyer.com> - 1.0.3-1
 - Update to latest upstream version (RHBZ #1124269)
 - Use %%license macro for LICENSE


More information about the scm-commits mailing list