7
7
8
8
Summary: A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure
9
9
Name: rubygem-%{gemname }
10
- Version: 0. 10.6
10
+ Version: 10.12.0
11
11
Release: 1%{?buildstamp }%{?dist }
12
12
Group: Development/Languages
13
13
License: GPLv2+ or Ruby
14
14
URL: http://wiki.opscode.com/display/chef
15
15
Source0: http://rubygems.org/downloads/%{gemname }-%{version }%{?prerelease }.gem
16
16
BuildRoot: %{_tmppath }/%{name }-%{version }-%{release }-root-%(%{__id_u} -n)
17
17
Requires: rubygems
18
- Requires: rubygem(merb-core) = 1.1.3
19
- Requires: rubygem(merb-assets) = 1.1.3
20
- Requires: rubygem(merb-helpers) = 1.1.3
21
- Requires: rubygem(merb-param-protection) = 1.1.3
18
+ Requires: rubygem(merb-core) >= 1.1.3
19
+ Requires: rubygem(merb-core) < 1.2.0
20
+ Requires: rubygem(merb-assets) >= 1.1.3
21
+ Requires: rubygem(merb-assets) < 1.2.0
22
+ Requires: rubygem(merb-helpers) >= 1.1.3
23
+ Requires: rubygem(merb-helpers) < 1.2.0
24
+ Requires: rubygem(merb-param-protection) >= 1.1.3
25
+ Requires: rubygem(merb-param-protection) < 1.2.0
22
26
Requires: rubygem(mixlib-authentication) >= 1.1.3
23
27
Requires: rubygem(dep_selector) >= 0.0.3
24
28
Requires: rubygem(json) >= 1.4.4
25
29
Requires: rubygem(uuidtools) >= 2.1.1
30
+ Requires: rubygem(uuidtools) < 2.2.0
26
31
Requires: rubygem(thin) >= 0
27
32
BuildRequires: rubygems
28
33
BuildArch: noarch
@@ -32,7 +37,6 @@ Provides: rubygem(%{gemname}) = %{version}%{?prerelease}
32
37
A systems integration framework, built to bring the benefits of configuration
33
38
management to your entire infrastructure.
34
39
35
-
36
40
%prep
37
41
38
42
%build
@@ -64,6 +68,9 @@ rm -rf %{buildroot}
64
68
65
69
66
70
%changelog
71
+ *
Wed Aug 31 2012 Sean P. Kane <[email protected] > -
10.12.0-1
72
+ - bumped version 10.12.0
73
+
67
74
*
Wed Dec 14 2011 Sergio Rubio <[email protected] > -
0.10.6-1
68
75
- bumped version 0.10.6
69
76
0 commit comments