Skip to content

Commit da9091f

Browse files
author
Sean P. Kane
committed
update to 10.12.0
1 parent 6701e58 commit da9091f

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

rubygem-chef-server-api.spec

+13-6
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,27 @@
77

88
Summary: A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure
99
Name: rubygem-%{gemname}
10-
Version: 0.10.6
10+
Version: 10.12.0
1111
Release: 1%{?buildstamp}%{?dist}
1212
Group: Development/Languages
1313
License: GPLv2+ or Ruby
1414
URL: http://wiki.opscode.com/display/chef
1515
Source0: http://rubygems.org/downloads/%{gemname}-%{version}%{?prerelease}.gem
1616
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
1717
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
2226
Requires: rubygem(mixlib-authentication) >= 1.1.3
2327
Requires: rubygem(dep_selector) >= 0.0.3
2428
Requires: rubygem(json) >= 1.4.4
2529
Requires: rubygem(uuidtools) >= 2.1.1
30+
Requires: rubygem(uuidtools) < 2.2.0
2631
Requires: rubygem(thin) >= 0
2732
BuildRequires: rubygems
2833
BuildArch: noarch
@@ -32,7 +37,6 @@ Provides: rubygem(%{gemname}) = %{version}%{?prerelease}
3237
A systems integration framework, built to bring the benefits of configuration
3338
management to your entire infrastructure.
3439

35-
3640
%prep
3741

3842
%build
@@ -64,6 +68,9 @@ rm -rf %{buildroot}
6468

6569

6670
%changelog
71+
* Wed Aug 31 2012 Sean P. Kane <[email protected]> - 10.12.0-1
72+
- bumped version 10.12.0
73+
6774
* Wed Dec 14 2011 Sergio Rubio <[email protected]> - 0.10.6-1
6875
- bumped version 0.10.6
6976

0 commit comments

Comments
 (0)