[packages/chef] up to 11.4.0

glen glen at pld-linux.org
Sun Apr 14 21:08:32 CEST 2013


commit 2a1bbc0846b2400315febf0c82d80bd796cf353e
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun Apr 14 16:43:18 2013 +0300

    up to 11.4.0

 chef.spec | 28 ++++++++++++++++++----------
 1 file changed, 18 insertions(+), 10 deletions(-)
---
diff --git a/chef.spec b/chef.spec
index 99ac777..ee8f4a4 100644
--- 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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/chef.git/commitdiff/7abbc83bce4f1b3369593bc3e45ed89e48675b84



More information about the pld-cvs-commit mailing list