Package: chef / 12.14.60-2

Metadata

Package Version Patches format
chef 12.14.60-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Update gemspec file.patch | (download)

chef.gemspec | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 update gemspec file

- remove rspec-junit-formatter dependency

0002 spec work against source checkout and installed pack.patch | (download)

spec/spec_helper.rb | 13 3 + 10 - 0 !
spec/unit/chef_fs/config_spec.rb | 2 1 + 1 - 0 !
spec/unit/chef_fs/data_handler/group_handler_spec.rb | 2 1 + 1 - 0 !
spec/unit/file_access_control_spec.rb | 2 1 + 1 - 0 !
spec/unit/mixin/securable_spec.rb | 4 2 + 2 - 0 !
5 files changed, 8 insertions(+), 15 deletions(-)

 spec: work against source checkout and installed package

All of those are not really necessary; we should just trust the testing
framework to setup the $LOAD_PATH.

0003 Accept rspec 3.4.patch | (download)

chef.gemspec | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 accept rspec 3.4

Upgrading rspec to 3.5 is under way, but let's try with rspec 3.4 for
now