[rubygem-formatador] Set bootstrap to 0 to allow tests

Bohuslav Kabrda bkabrda at fedoraproject.org
Thu Jan 19 11:03:48 UTC 2012


commit f177de2b2ff2e36b90fdbd129dc5632bfec74717
Author: Bohuslav Kabrda <bkabrda at redhat.com>
Date:   Thu Jan 19 12:03:41 2012 +0100

    Set bootstrap to 0 to allow tests

 rubygem-formatador.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/rubygem-formatador.spec b/rubygem-formatador.spec
index 7586d41..1530f31 100644
--- a/rubygem-formatador.spec
+++ b/rubygem-formatador.spec
@@ -1,11 +1,11 @@
 %global gem_name formatador
 
-%global bootstrap 1
+%global bootstrap 0
 
 Summary: Ruby STDOUT text formatting
 Name: rubygem-%{gem_name}
 Version: 0.2.1
-Release: 3%{?dist}
+Release: 4%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://github.com/geemus/%{gem_name}
@@ -75,6 +75,9 @@ popd
 %{gem_instdir}/formatador.gemspec
 
 %changelog
+* Thu Jan 19 2012 Bohuslav Kabrda <bkabrda at redhat.com> - 0.2.1-4
+- Set %%bootstrap to 0 to allow tests.
+
 * Wed Jan 18 2012 Bohuslav Kabrda <bkabrda at redhat.com> - 0.2.1-3
 - Rebuilt for Ruby 1.9.3.
 - Added %%bootstrap macro for tests.


More information about the scm-commits mailing list