]> git.pld-linux.org Git - packages/chef.git/commitdiff
up to 11.4.0
authorElan Ruusamäe <glen@delfi.ee>
Sun, 14 Apr 2013 13:43:18 +0000 (16:43 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 14 Apr 2013 13:43:18 +0000 (16:43 +0300)
chef.spec

index 99ac777e49bfe30d7394df48a60042522d27c853..ee8f4a496a54e94cac8663b3ce2383b6d4fbf1d7 100644 (file)
--- a/chef.spec
+++ b/chef.spec
@@ -2,25 +2,32 @@
 # - try not to use /var/chef
 Summary:       A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure
 Name:          chef
-Version:       0.10.6
+Version:       11.4.0
 Release:       0.4
 License:       Apache v2.0
 Group:         Development/Languages
-URL:           http://wiki.opscode.com/display/chef
 Source0:       http://rubygems.org/downloads/%{name}-%{version}.gem
-# Source0-md5: ea8746476a2ec37e1f8265a9febba6b9
+# Source0-md5: 1ebabd6fdeae44a99d5cb199c38adc15
+URL:           http://wiki.opscode.com/display/chef
 BuildRequires: rpm-rubyprov
 BuildRequires: rpmbuild(macros) >= 1.656
 Requires:      ruby >= 1:1.8.7
-Requires:      ruby-bunny >= 0.6.0
 Requires:      ruby-erubis
-Requires:      ruby-mixlib-authentication >= 1.1.0
+Requires:      ruby-highline >= 1.6.9
+Requires:      ruby-json <= 1.7.7
+Requires:      ruby-json >= 1.4.4
+Requires:      ruby-mixlib-authentication >= 1.3.0
+Requires:      ruby-mixlib-cli >= 1.3.0
 Requires:      ruby-mixlib-config >= 1.1.2
 Requires:      ruby-mixlib-log >= 1.3.0
-Requires:      ruby-moneta
-Requires:      ruby-ohai >= 0.6
+Requires:      ruby-mixlib-shellout
+Requires:      ruby-net-ssh >= 2.6
+Requires:      ruby-net-ssh-multi >= 1.1.0
+Requires:      ruby-ohai >= 0.6.0
+Requires:      ruby-rest-client < 1.7.0
+Requires:      ruby-rest-client >= 1.0.4
 Requires:      ruby-rubygems
-Requires:      ruby-uuidtools
+Requires:      ruby-yajl >= 1.1
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -34,7 +41,6 @@ configuration management to your entire infrastructure.
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{ruby_rubylibdir},%{_bindir}}
-
 cp -a bin/* $RPM_BUILD_ROOT%{_bindir}
 cp -a lib/* $RPM_BUILD_ROOT%{ruby_rubylibdir}
 
@@ -45,9 +51,11 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README.rdoc
+%doc README.md CONTRIBUTING.md
 %dir %{_sysconfdir}/%{name}
+%attr(755,root,root) %{_bindir}/chef-apply
 %attr(755,root,root) %{_bindir}/chef-client
+%attr(755,root,root) %{_bindir}/chef-shell
 %attr(755,root,root) %{_bindir}/chef-solo
 %attr(755,root,root) %{_bindir}/knife
 %attr(755,root,root) %{_bindir}/shef
This page took 0.121076 seconds and 4 git commands to generate.