[rubygem-dalli] Enable tests

Josef Stribny jstribny at fedoraproject.org
Fri Aug 9 11:58:17 UTC 2013


commit 2177e7b52f1e509ee96bd7e79c1675148c877c2d
Author: Josef Stribny <jstribny at redhat.com>
Date:   Fri Aug 9 13:58:03 2013 +0200

    Enable tests

 rubygem-dalli.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/rubygem-dalli.spec b/rubygem-dalli.spec
index aec186b..85a99af 100644
--- a/rubygem-dalli.spec
+++ b/rubygem-dalli.spec
@@ -2,11 +2,11 @@
 %global gem_name dalli
 
 # Depends on Rails and its needed by Rails
-%global enable_test 0
+%global enable_test 1
 
 Name: rubygem-%{gem_name}
 Version: 2.6.4
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: High performance memcached client for Ruby
 Group: Development/Languages
 License: MIT
@@ -17,6 +17,7 @@ Requires: ruby(rubygems)
 BuildRequires: ruby(release)
 BuildRequires: rubygems-devel
 %if 0%{enable_test} > 0
+BuildRequires: memcached
 BuildRequires: rubygem(minitest)
 BuildRequires: rubygem(mocha)
 BuildRequires: rubygem(rails)
@@ -80,5 +81,8 @@ popd
 
 
 %changelog
+* Thu Aug 08 2013 Josef Stribny <jstribny at redhat.com> - 2.6.4-2
+- Enable tests
+
 * Wed Jul 31 2013 Josef Stribny <jstribny at redhat.com> - 2.6.4-1
 - Initial package


More information about the scm-commits mailing list