]> git.pld-linux.org Git - packages/chef.git/commitdiff
fill direct require errors from chec-solo invocation
authorElan Ruusamäe <glen@delfi.ee>
Wed, 3 Apr 2013 21:56:41 +0000 (00:56 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 3 Apr 2013 21:56:41 +0000 (00:56 +0300)
chef.spec

index a93db924cf5ba52870ffed45da12c187b3b44c7b..3f863442ab204913fad154c9cf8b619e6bdc6661 100644 (file)
--- a/chef.spec
+++ b/chef.spec
@@ -1,7 +1,9 @@
+# TODO
+# - 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
-Release:       0.2
+Release:       0.3
 License:       Apache v2.0
 Group:         Development/Languages
 URL:           http://wiki.opscode.com/display/chef
@@ -9,6 +11,15 @@ Source0:      http://rubygems.org/downloads/%{name}-%{version}.gem
 # Source0-md5: ea8746476a2ec37e1f8265a9febba6b9
 BuildRequires: rubygems
 Requires:      ruby >= 1:1.8.7
+Requires:      ruby-bunny >= 0.6.0
+Requires:      ruby-erubis
+Requires:      ruby-mixlib-authentication >= 1.1.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-rubygems
+Requires:      ruby-uuidtools
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -30,6 +41,9 @@ install -d $RPM_BUILD_ROOT{%{ruby_rubylibdir},%{_bindir}}
 cp -a bin/* $RPM_BUILD_ROOT%{_bindir}
 cp -a lib/* $RPM_BUILD_ROOT%{ruby_rubylibdir}
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %files
 %defattr(644,root,root,755)
 %doc README.rdoc
This page took 0.068545 seconds and 4 git commands to generate.