[mcollective] Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0

Vít Ondruch vondruch at fedoraproject.org
Wed Mar 20 12:29:35 UTC 2013


commit b28365623b6b5cb8c4c85cedb8052d28307a8d01
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Wed Mar 20 13:08:25 2013 +0100

    Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0

 mcollective.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/mcollective.spec b/mcollective.spec
index f2763a2..42cae34 100644
--- a/mcollective.spec
+++ b/mcollective.spec
@@ -8,7 +8,7 @@
 Summary:   A framework to build server orchestration or parallel job execution systems
 Name:      mcollective
 Version:   2.2.0
-Release:   2%{?dist}
+Release:   3%{?dist}
 Group:     Applications/System
 License:   ASL 2.0
 
@@ -39,7 +39,11 @@ Requires(post):   systemd-sysv
 Summary: Common libraries for the mcollective clients and servers
 Group: Applications/System
 Requires: ruby
+%if 0%{?fedora} >= 19
+Requires: ruby(release)
+%else
 Requires: ruby(abi) = %{ruby_version}
+%endif
 Requires: rubygems
 Requires: rubygem(json)
 Requires: rubygem(stomp)
@@ -193,6 +197,9 @@ fi
 %dir /etc/mcollective/plugin.d
 
 %changelog
+* Wed Mar 20 2013 Vít Ondruch <vondruch at redhat.com> - 2.2.0-3
+- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.2.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list