From bce16be1e8007cb15d38a9cb2f173e411cb85da4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 4 Apr 2013 00:56:41 +0300 Subject: [PATCH] fill direct require errors from chec-solo invocation --- chef.spec | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/chef.spec b/chef.spec index a93db92..3f86344 100644 --- 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 -- 2.44.0