]> git.pld-linux.org Git - packages/chef.git/commitdiff
skip chef-zero and plist gem deps
authorElan Ruusamäe <glen@delfi.ee>
Thu, 2 Jun 2016 16:55:50 +0000 (19:55 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 2 Jun 2016 16:55:50 +0000 (19:55 +0300)
chef.spec
gemdeps.patch [new file with mode: 0644]

index a3dd46636328d370fb5992ca5b96253a5ad5ec60..692bd3a8fb89ce7b9c9b43e519d3814173125016 100644 (file)
--- a/chef.spec
+++ b/chef.spec
@@ -8,7 +8,7 @@
 Summary:       A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure
 Name:          chef
 Version:       12.10.24
-Release:       0.4
+Release:       0.5
 License:       Apache v2.0
 Group:         Networking/Admin
 Source0:       https://github.com/chef/chef/archive/v%{version}/%{name}-%{version}.tar.gz
diff --git a/gemdeps.patch b/gemdeps.patch
new file mode 100644 (file)
index 0000000..e4a6d5c
--- /dev/null
@@ -0,0 +1,13 @@
+--- chef-12.10.24/chef.gemspec 2016-06-02 01:34:04.243782081 +0300
++++ chef-12.10.24/chef.gemspec 2016-06-02 19:54:04.001988520 +0300
+@@ -31,10 +31,6 @@
+   s.add_dependency "erubis", "~> 2.7"
+   s.add_dependency "diff-lcs", "~> 1.2", ">= 1.2.4"
+-  s.add_dependency "chef-zero", "~> 4.5"
+-
+-  s.add_dependency "plist", "~> 3.2"
+-
+   # Audit mode requires these, so they are non-developmental dependencies now
+   %w{rspec-core rspec-expectations rspec-mocks}.each { |gem| s.add_dependency gem, "~> 3.4" }
+   s.add_dependency "rspec_junit_formatter", "~> 0.2.0"
This page took 0.082323 seconds and 4 git commands to generate.