pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/ruby-chef sysutils/ruby-chef: update to 13.4.24



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0750cef42aa8
branches:  trunk
changeset: 368772:0750cef42aa8
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Sep 18 04:31:38 2017 +0000

description:
sysutils/ruby-chef: update to 13.4.24

>From CHANGELOG.md:

13.4.23 (2017-09-14)

Merged Pull Requests

* Use ruby 2.4.2 to addess multiple security vulnerabilities #6404 (thommay)
* Allow specifying default gateway on RHEL/Centos #6386 (tomdoherty)
* [MSYS-594] windows_task resource is not idempotent when specifying
  start_time and start_day #6312 (harikesh-kolekar)
* MSYS-656 - fixed dsc_script for WMF5 #6383 (piyushawasthi)


13.4.19 (2017-09-13)

Bug Fixes

* Ignore validation errors in Resource#to_text #6331 (coderanger)
* Auto import gpg keys in zypper_repository #6348 (tas50)
* Handle apple's git in the git resource #6359 (kzw)
* Launchd should not load launchagents as root. #6353 (mikedodge04)
* Pass json configuration to ShellSession class #6314 (btm)

Merged Pull Requests

* Add windows_path resource from the Windows cookbook #6295 (NimishaS)
* Bump Bundler version to 1.15.4 #6349 (jakauppila)
* dnf_provider: be more specific when we provide package #6351 (jaymzh)
* Speed up immutabilization #6355 (lamont-granquist)
* node attributes: remove useless dup in merge_all #6356 (lamont-granquist)
* Link to the knife docs in both places where we error on editor #6363 (tas50)
* Bump rubygems to 2.6.13 #6365 (lamont-granquist)
* Ship chef-vault in the omnibus package #6370 (thommay)
* Support an array of keys for apt_repository #6372 (gsreynolds)
* Immutablize properly as we deep merge #6362 (lamont-granquist)
* Alternate user local logon authentication for remote_file resource #5832
  (NimishaS)
* Add support for specifying ETHTOOL_OPTS in the ifconfig resource #6384
  (tomdoherty)
* Cleanup the current changelog #6387 (tas50)


13.3.42 (2017-08-16)

Merged Pull Requests

* Update Expeditor config to use new Merge and Artifact Actions #6287
  (tduffield)
* Apt: Add apt_preference resource from apt cookbooks #5529 (tas50)
* Fix typos #6298 (akitada)
* Set explicit page size for every search request #6299 (stevendanna)
* Add .dockerignore to reduce size of resulting images #6296 (tduffield)
* Fix git command in DCO sign-off example #6306 (edmorley)
* add option to enable unprivileged symlink creation on windows #6236
  (svmastersamurai)
* Bump omnibus-software version #6310 (thommay)
* throw readable errors if multiple dsc resources are found #6307 (Happycoil)
* Add zypper_repository resource #5948 (tas50)
* Pull in Ohai 13.3 #6319 (tas50)
* Maintain compat with old zypper_repo resource used in cookbooks #6318 (tas50)
* README improvement for Chef beginner. #6297 (takaya-fuj19)
* Bump InSpec to v1.33.1 #6324 (adamleff)


13.3.27 (2017-07-26)

* Added username/password validation for elevated option #6293 (NimishaS)
* Bump mixlib-shellout for #6271 #6285 (btm)
* Use new Expeditor config format #6272 (tduffield)
* Added :elevated option for powershell_script resource #6271 (NimishaS)
* Make mount idempotent on Aix #6213 (NAshwini)
* Allow windows_task create action to update tasks. #6193 (harikesh-kolekar)
* Use socketless local mode by default #6177 (coderanger)
* convert breakpoint resource to a custom resource #6176 (lamont-granquist)
* Make non-legacy solo use socketless mode #6174 (coderanger)
* Prefer Systemd with sysvinit script over Upstart for service provider #6157
  (shortdudey123)

diffstat:

 sysutils/ruby-chef/Makefile |    9 ++-
 sysutils/ruby-chef/PLIST    |  100 +++++++++----------------------------------
 sysutils/ruby-chef/distinfo |   10 ++--
 3 files changed, 32 insertions(+), 87 deletions(-)

diffs (truncated from 313 to 300 lines):

diff -r 3c02aca4ed7e -r 0750cef42aa8 sysutils/ruby-chef/Makefile
--- a/sysutils/ruby-chef/Makefile       Mon Sep 18 04:25:50 2017 +0000
+++ b/sysutils/ruby-chef/Makefile       Mon Sep 18 04:31:38 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2017/06/18 16:24:52 taca Exp $
+# $NetBSD: Makefile,v 1.8 2017/09/18 04:31:38 taca Exp $
 
-DISTNAME=      chef-13.1.31
+DISTNAME=      chef-13.4.24
 CATEGORIES=    sysutils
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,7 +8,8 @@
 COMMENT=       Configuration management tool for infrastructure automation
 LICENSE=       apache-2.0
 
-#DEPENDS+=     ${RUBY_PKGPREFIX}-chef-config>=13.1.31<13.2:../../sysutils/ruby-chef-config
+DEPENDS+=      ${RUBY_PKGPREFIX}-chef-config>=13.4.24<13.5:../../sysutils/ruby-chef-config
+DEPENDS+=      ${RUBY_PKGPREFIX}-mixlib-archive>=0.4<1:../../archivers/ruby-mixlib-archive
 DEPENDS+=      ${RUBY_PKGPREFIX}-mixlib-cli>=1.7<2:../../devel/ruby-mixlib-cli
 #DEPENDS+=     ${RUBY_PKGPREFIX}-mixlib-log>=1.3<2:../../devel/ruby-mixlib-log
 DEPENDS+=      ${RUBY_PKGPREFIX}-mixlib-authentication>=1.4<2:../../devel/ruby-mixlib-authentication
@@ -39,7 +40,7 @@
 DEPENDS+=      ${RUBY_PKGPREFIX}-bundler>=1.10:../../misc/ruby-bundler
 
 RUBYGEM_OPTIONS+=      --format-executable
-RUBY_VERSIONS_ACCEPTED=        23 24   # www/ruby-ohai
+RUBY_VERSIONS_ACCEPTED=        23 24   # misc/ruby-ohai
 
 pre-configure:
        cd ${WRKSRC}/bin && ${FIND} . -type f -exec ${CHMOD} ${BINMODE} {} \;
diff -r 3c02aca4ed7e -r 0750cef42aa8 sysutils/ruby-chef/PLIST
--- a/sysutils/ruby-chef/PLIST  Mon Sep 18 04:25:50 2017 +0000
+++ b/sysutils/ruby-chef/PLIST  Mon Sep 18 04:31:38 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2017/06/12 14:40:38 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2017/09/18 04:31:38 taca Exp $
 bin/chef-apply${RUBY_SUFFIX}
 bin/chef-client${RUBY_SUFFIX}
 bin/chef-shell${RUBY_SUFFIX}
@@ -11,49 +11,6 @@
 ${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/VERSION
-${GEM_LIBDIR}/acceptance/.acceptance_data/chef/fips/provision/.chef/config.rb
-${GEM_LIBDIR}/acceptance/.acceptance_data/chef/fips/provision/cache/chef-client-running.pid
-${GEM_LIBDIR}/acceptance/.acceptance_data/chef/fips/provision/cache/cookbooks/acceptance-cookbook/.gitignore
-${GEM_LIBDIR}/acceptance/.acceptance_data/chef/fips/provision/cache/cookbooks/acceptance-cookbook/metadata.rb
-${GEM_LIBDIR}/acceptance/.acceptance_data/chef/fips/provision/cache/cookbooks/acceptance-cookbook/recipes/destroy.rb
-${GEM_LIBDIR}/acceptance/.acceptance_data/chef/fips/provision/cache/cookbooks/acceptance-cookbook/recipes/provision.rb
-${GEM_LIBDIR}/acceptance/.acceptance_data/chef/fips/provision/cache/cookbooks/acceptance-cookbook/recipes/verify.rb
-${GEM_LIBDIR}/acceptance/.acceptance_data/chef/fips/provision/cache/cookbooks/kitchen_acceptance/.kitchen.digitalocean.yml
-${GEM_LIBDIR}/acceptance/.acceptance_data/chef/fips/provision/cache/cookbooks/kitchen_acceptance/.kitchen.ec2.yml
-${GEM_LIBDIR}/acceptance/.acceptance_data/chef/fips/provision/cache/cookbooks/kitchen_acceptance/.kitchen.vagrant.yml
-${GEM_LIBDIR}/acceptance/.acceptance_data/chef/fips/provision/cache/cookbooks/kitchen_acceptance/libraries/kitchen.rb
-${GEM_LIBDIR}/acceptance/.acceptance_data/chef/fips/provision/cache/cookbooks/kitchen_acceptance/metadata.rb
-${GEM_LIBDIR}/acceptance/.acceptance_data/chef/fips/provision/cache/failed-audit-data.json
-${GEM_LIBDIR}/acceptance/.acceptance_data/chef/fips/provision/dna.json
-${GEM_LIBDIR}/acceptance/.acceptance_data/chef/fips/provision/nodes/remtmay02.json
-${GEM_LIBDIR}/acceptance/.acceptance_data/chef/fips/verify/.chef/config.rb
-${GEM_LIBDIR}/acceptance/.acceptance_data/chef/fips/verify/cache/chef-client-running.pid
-${GEM_LIBDIR}/acceptance/.acceptance_data/chef/fips/verify/cache/chef-stacktrace.out
-${GEM_LIBDIR}/acceptance/.acceptance_data/chef/fips/verify/cache/cookbooks/acceptance-cookbook/.gitignore
-${GEM_LIBDIR}/acceptance/.acceptance_data/chef/fips/verify/cache/cookbooks/acceptance-cookbook/metadata.rb
-${GEM_LIBDIR}/acceptance/.acceptance_data/chef/fips/verify/cache/cookbooks/acceptance-cookbook/recipes/destroy.rb
-${GEM_LIBDIR}/acceptance/.acceptance_data/chef/fips/verify/cache/cookbooks/acceptance-cookbook/recipes/provision.rb
-${GEM_LIBDIR}/acceptance/.acceptance_data/chef/fips/verify/cache/cookbooks/acceptance-cookbook/recipes/verify.rb
-${GEM_LIBDIR}/acceptance/.acceptance_data/chef/fips/verify/cache/cookbooks/kitchen_acceptance/.kitchen.digitalocean.yml
-${GEM_LIBDIR}/acceptance/.acceptance_data/chef/fips/verify/cache/cookbooks/kitchen_acceptance/.kitchen.ec2.yml
-${GEM_LIBDIR}/acceptance/.acceptance_data/chef/fips/verify/cache/cookbooks/kitchen_acceptance/.kitchen.vagrant.yml
-${GEM_LIBDIR}/acceptance/.acceptance_data/chef/fips/verify/cache/cookbooks/kitchen_acceptance/libraries/kitchen.rb
-${GEM_LIBDIR}/acceptance/.acceptance_data/chef/fips/verify/cache/cookbooks/kitchen_acceptance/metadata.rb
-${GEM_LIBDIR}/acceptance/.acceptance_data/chef/fips/verify/cache/failed-audit-data.json
-${GEM_LIBDIR}/acceptance/.acceptance_data/chef/fips/verify/dna.json
-${GEM_LIBDIR}/acceptance/.acceptance_data/chef/fips/verify/nodes/remtmay02.json
-${GEM_LIBDIR}/acceptance/.acceptance_data/logs/acceptance.log
-${GEM_LIBDIR}/acceptance/.acceptance_data/logs/fips/converge/fips-integration-centos-6.log
-${GEM_LIBDIR}/acceptance/.acceptance_data/logs/fips/converge/fips-integration-windows-2012r2.log
-${GEM_LIBDIR}/acceptance/.acceptance_data/logs/fips/converge/fips-unit-functional-centos-6.log
-${GEM_LIBDIR}/acceptance/.acceptance_data/logs/fips/converge/kitchen.log
-${GEM_LIBDIR}/acceptance/.acceptance_data/logs/fips/provision.log
-${GEM_LIBDIR}/acceptance/.acceptance_data/logs/fips/verify.log
-${GEM_LIBDIR}/acceptance/.acceptance_data/logs/fips/verify/fips-integration-centos-6.log
-${GEM_LIBDIR}/acceptance/.acceptance_data/logs/fips/verify/fips-integration-windows-2012r2.log
-${GEM_LIBDIR}/acceptance/.acceptance_data/logs/fips/verify/fips-unit-functional-centos-6.log
-${GEM_LIBDIR}/acceptance/.acceptance_data/logs/fips/verify/kitchen.log
-${GEM_LIBDIR}/acceptance/.bundle/config
 ${GEM_LIBDIR}/acceptance/.gitignore
 ${GEM_LIBDIR}/acceptance/.shared/kitchen_acceptance/.kitchen.digitalocean.yml
 ${GEM_LIBDIR}/acceptance/.shared/kitchen_acceptance/.kitchen.ec2.yml
@@ -72,25 +29,6 @@
 ${GEM_LIBDIR}/acceptance/basics/test/integration/chef-current-install/serverspec/chef_client_spec.rb
 ${GEM_LIBDIR}/acceptance/basics/test/integration/chef-current-install/serverspec/spec_helper.rb
 ${GEM_LIBDIR}/acceptance/basics/test/integration/helpers/serverspec/Gemfile
-${GEM_LIBDIR}/acceptance/bin/aws.rb
-${GEM_LIBDIR}/acceptance/bin/berks
-${GEM_LIBDIR}/acceptance/bin/bundler
-${GEM_LIBDIR}/acceptance/bin/chef-acceptance
-${GEM_LIBDIR}/acceptance/bin/coderay
-${GEM_LIBDIR}/acceptance/bin/erubis
-${GEM_LIBDIR}/acceptance/bin/htmldiff
-${GEM_LIBDIR}/acceptance/bin/httpclient
-${GEM_LIBDIR}/acceptance/bin/inspec
-${GEM_LIBDIR}/acceptance/bin/kitchen
-${GEM_LIBDIR}/acceptance/bin/ldiff
-${GEM_LIBDIR}/acceptance/bin/nokogiri
-${GEM_LIBDIR}/acceptance/bin/pry
-${GEM_LIBDIR}/acceptance/bin/rake
-${GEM_LIBDIR}/acceptance/bin/rspec
-${GEM_LIBDIR}/acceptance/bin/rwinrm
-${GEM_LIBDIR}/acceptance/bin/rwinrmcp
-${GEM_LIBDIR}/acceptance/bin/safe_yaml
-${GEM_LIBDIR}/acceptance/bin/thor
 ${GEM_LIBDIR}/acceptance/data-collector/.acceptance/acceptance-cookbook/.gitignore
 ${GEM_LIBDIR}/acceptance/data-collector/.acceptance/acceptance-cookbook/metadata.rb
 ${GEM_LIBDIR}/acceptance/data-collector/.acceptance/acceptance-cookbook/recipes/destroy.rb
@@ -111,18 +49,6 @@
 ${GEM_LIBDIR}/acceptance/data-collector/Berksfile
 ${GEM_LIBDIR}/acceptance/data-collector/test/integration/default/serverspec/default_spec.rb
 ${GEM_LIBDIR}/acceptance/data-collector/test/integration/helpers/serverspec/Gemfile
-${GEM_LIBDIR}/acceptance/fips/.kitchen/fips-unit-functional-centos-6.yml
-${GEM_LIBDIR}/acceptance/fips/.kitchen/kitchen-vagrant/kitchen-fips-fips-unit-functional-centos-6/.vagrant/machines/default/virtualbox/action_set_name
-${GEM_LIBDIR}/acceptance/fips/.kitchen/kitchen-vagrant/kitchen-fips-fips-unit-functional-centos-6/.vagrant/machines/default/virtualbox/creator_uid
-${GEM_LIBDIR}/acceptance/fips/.kitchen/kitchen-vagrant/kitchen-fips-fips-unit-functional-centos-6/.vagrant/machines/default/virtualbox/id
-${GEM_LIBDIR}/acceptance/fips/.kitchen/kitchen-vagrant/kitchen-fips-fips-unit-functional-centos-6/.vagrant/machines/default/virtualbox/index_uuid
-${GEM_LIBDIR}/acceptance/fips/.kitchen/kitchen-vagrant/kitchen-fips-fips-unit-functional-centos-6/.vagrant/machines/default/virtualbox/private_key
-${GEM_LIBDIR}/acceptance/fips/.kitchen/kitchen-vagrant/kitchen-fips-fips-unit-functional-centos-6/.vagrant/machines/default/virtualbox/synced_folders
-${GEM_LIBDIR}/acceptance/fips/.kitchen/kitchen-vagrant/kitchen-fips-fips-unit-functional-centos-6/Vagrantfile
-${GEM_LIBDIR}/acceptance/fips/.kitchen/logs/fips-integration-centos-6.log
-${GEM_LIBDIR}/acceptance/fips/.kitchen/logs/fips-integration-windows-2012r2.log
-${GEM_LIBDIR}/acceptance/fips/.kitchen/logs/fips-unit-functional-centos-6.log
-${GEM_LIBDIR}/acceptance/fips/.kitchen/logs/kitchen.log
 ${GEM_LIBDIR}/acceptance/omnitruck/.acceptance/acceptance-cookbook/.gitignore
 ${GEM_LIBDIR}/acceptance/omnitruck/.acceptance/acceptance-cookbook/metadata.rb
 ${GEM_LIBDIR}/acceptance/omnitruck/.acceptance/acceptance-cookbook/recipes/destroy.rb
@@ -764,6 +690,7 @@
 ${GEM_LIBDIR}/lib/chef/mixin/template.rb
 ${GEM_LIBDIR}/lib/chef/mixin/unformatter.rb
 ${GEM_LIBDIR}/lib/chef/mixin/uris.rb
+${GEM_LIBDIR}/lib/chef/mixin/user_context.rb
 ${GEM_LIBDIR}/lib/chef/mixin/versioned_api.rb
 ${GEM_LIBDIR}/lib/chef/mixin/which.rb
 ${GEM_LIBDIR}/lib/chef/mixin/why_run.rb
@@ -805,6 +732,7 @@
 ${GEM_LIBDIR}/lib/chef/policy_builder/policyfile.rb
 ${GEM_LIBDIR}/lib/chef/property.rb
 ${GEM_LIBDIR}/lib/chef/provider.rb
+${GEM_LIBDIR}/lib/chef/provider/apt_preference.rb
 ${GEM_LIBDIR}/lib/chef/provider/apt_repository.rb
 ${GEM_LIBDIR}/lib/chef/provider/apt_update.rb
 ${GEM_LIBDIR}/lib/chef/provider/batch.rb
@@ -928,6 +856,7 @@
 ${GEM_LIBDIR}/lib/chef/provider/service/windows.rb
 ${GEM_LIBDIR}/lib/chef/provider/subversion.rb
 ${GEM_LIBDIR}/lib/chef/provider/support/yum_repo.erb
+${GEM_LIBDIR}/lib/chef/provider/support/zypper_repo.erb
 ${GEM_LIBDIR}/lib/chef/provider/systemd_unit.rb
 ${GEM_LIBDIR}/lib/chef/provider/template.rb
 ${GEM_LIBDIR}/lib/chef/provider/template/content.rb
@@ -941,9 +870,11 @@
 ${GEM_LIBDIR}/lib/chef/provider/user/useradd.rb
 ${GEM_LIBDIR}/lib/chef/provider/user/windows.rb
 ${GEM_LIBDIR}/lib/chef/provider/whyrun_safe_ruby_block.rb
+${GEM_LIBDIR}/lib/chef/provider/windows_path.rb
 ${GEM_LIBDIR}/lib/chef/provider/windows_script.rb
 ${GEM_LIBDIR}/lib/chef/provider/windows_task.rb
 ${GEM_LIBDIR}/lib/chef/provider/yum_repository.rb
+${GEM_LIBDIR}/lib/chef/provider/zypper_repository.rb
 ${GEM_LIBDIR}/lib/chef/provider_resolver.rb
 ${GEM_LIBDIR}/lib/chef/providers.rb
 ${GEM_LIBDIR}/lib/chef/recipe.rb
@@ -952,6 +883,7 @@
 ${GEM_LIBDIR}/lib/chef/resource.rb
 ${GEM_LIBDIR}/lib/chef/resource/action_class.rb
 ${GEM_LIBDIR}/lib/chef/resource/apt_package.rb
+${GEM_LIBDIR}/lib/chef/resource/apt_preference.rb
 ${GEM_LIBDIR}/lib/chef/resource/apt_repository.rb
 ${GEM_LIBDIR}/lib/chef/resource/apt_update.rb
 ${GEM_LIBDIR}/lib/chef/resource/bash.rb
@@ -1035,12 +967,14 @@
 ${GEM_LIBDIR}/lib/chef/resource/user/windows_user.rb
 ${GEM_LIBDIR}/lib/chef/resource/whyrun_safe_ruby_block.rb
 ${GEM_LIBDIR}/lib/chef/resource/windows_package.rb
+${GEM_LIBDIR}/lib/chef/resource/windows_path.rb
 ${GEM_LIBDIR}/lib/chef/resource/windows_script.rb
 ${GEM_LIBDIR}/lib/chef/resource/windows_service.rb
 ${GEM_LIBDIR}/lib/chef/resource/windows_task.rb
 ${GEM_LIBDIR}/lib/chef/resource/yum_package.rb
 ${GEM_LIBDIR}/lib/chef/resource/yum_repository.rb
 ${GEM_LIBDIR}/lib/chef/resource/zypper_package.rb
+${GEM_LIBDIR}/lib/chef/resource/zypper_repository.rb
 ${GEM_LIBDIR}/lib/chef/resource_builder.rb
 ${GEM_LIBDIR}/lib/chef/resource_collection.rb
 ${GEM_LIBDIR}/lib/chef/resource_collection/resource_collection_serialization.rb
@@ -1089,6 +1023,7 @@
 ${GEM_LIBDIR}/lib/chef/util/selinux.rb
 ${GEM_LIBDIR}/lib/chef/util/threaded_job_queue.rb
 ${GEM_LIBDIR}/lib/chef/util/windows.rb
+${GEM_LIBDIR}/lib/chef/util/windows/logon_session.rb
 ${GEM_LIBDIR}/lib/chef/util/windows/net_group.rb
 ${GEM_LIBDIR}/lib/chef/util/windows/net_use.rb
 ${GEM_LIBDIR}/lib/chef/util/windows/net_user.rb
@@ -1098,6 +1033,7 @@
 ${GEM_LIBDIR}/lib/chef/version_class.rb
 ${GEM_LIBDIR}/lib/chef/version_constraint.rb
 ${GEM_LIBDIR}/lib/chef/version_constraint/platform.rb
+${GEM_LIBDIR}/lib/chef/version_string.rb
 ${GEM_LIBDIR}/lib/chef/whitelist.rb
 ${GEM_LIBDIR}/lib/chef/win32/api.rb
 ${GEM_LIBDIR}/lib/chef/win32/api/crypto.rb
@@ -1514,6 +1450,7 @@
 ${GEM_LIBDIR}/spec/functional/knife/ssh_spec.rb
 ${GEM_LIBDIR}/spec/functional/mixin/powershell_out_spec.rb
 ${GEM_LIBDIR}/spec/functional/mixin/shell_out_spec.rb
+${GEM_LIBDIR}/spec/functional/mixin/user_context_spec.rb
 ${GEM_LIBDIR}/spec/functional/notifications_spec.rb
 ${GEM_LIBDIR}/spec/functional/provider/remote_file/cache_control_data_spec.rb
 ${GEM_LIBDIR}/spec/functional/provider/whyrun_safe_ruby_block_spec.rb
@@ -1555,6 +1492,7 @@
 ${GEM_LIBDIR}/spec/functional/resource/user/useradd_spec.rb
 ${GEM_LIBDIR}/spec/functional/resource/user/windows_spec.rb
 ${GEM_LIBDIR}/spec/functional/resource/windows_package_spec.rb
+${GEM_LIBDIR}/spec/functional/resource/windows_path_spec.rb
 ${GEM_LIBDIR}/spec/functional/resource/windows_service_spec.rb
 ${GEM_LIBDIR}/spec/functional/resource/windows_task_spec.rb
 ${GEM_LIBDIR}/spec/functional/root_alias_spec.rb
@@ -1941,6 +1879,7 @@
 ${GEM_LIBDIR}/spec/unit/mixin/template_spec.rb
 ${GEM_LIBDIR}/spec/unit/mixin/unformatter_spec.rb
 ${GEM_LIBDIR}/spec/unit/mixin/uris_spec.rb
+${GEM_LIBDIR}/spec/unit/mixin/user_context_spec.rb
 ${GEM_LIBDIR}/spec/unit/mixin/versioned_api_spec.rb
 ${GEM_LIBDIR}/spec/unit/mixin/which.rb
 ${GEM_LIBDIR}/spec/unit/mixin/windows_architecture_helper_spec.rb
@@ -1961,6 +1900,7 @@
 ${GEM_LIBDIR}/spec/unit/property/state_spec.rb
 ${GEM_LIBDIR}/spec/unit/property/validation_spec.rb
 ${GEM_LIBDIR}/spec/unit/property_spec.rb
+${GEM_LIBDIR}/spec/unit/provider/apt_preference_spec.rb
 ${GEM_LIBDIR}/spec/unit/provider/apt_repository_spec.rb
 ${GEM_LIBDIR}/spec/unit/provider/apt_update_spec.rb
 ${GEM_LIBDIR}/spec/unit/provider/cookbook_file/content_spec.rb
@@ -2080,6 +2020,7 @@
 ${GEM_LIBDIR}/spec/unit/provider/user/windows_spec.rb
 ${GEM_LIBDIR}/spec/unit/provider/user_spec.rb
 ${GEM_LIBDIR}/spec/unit/provider/whyrun_safe_ruby_block_spec.rb
+${GEM_LIBDIR}/spec/unit/provider/windows_path_spec.rb
 ${GEM_LIBDIR}/spec/unit/provider/windows_task_spec.rb
 ${GEM_LIBDIR}/spec/unit/provider/yum_repository_spec.rb
 ${GEM_LIBDIR}/spec/unit/provider_resolver_spec.rb
@@ -2087,6 +2028,7 @@
 ${GEM_LIBDIR}/spec/unit/pure_application_spec.rb
 ${GEM_LIBDIR}/spec/unit/recipe_spec.rb
 ${GEM_LIBDIR}/spec/unit/resource/apt_package_spec.rb
+${GEM_LIBDIR}/spec/unit/resource/apt_preference_spec.rb
 ${GEM_LIBDIR}/spec/unit/resource/apt_repository_spec.rb
 ${GEM_LIBDIR}/spec/unit/resource/apt_update_spec.rb
 ${GEM_LIBDIR}/spec/unit/resource/bash_spec.rb
@@ -2158,10 +2100,12 @@
 ${GEM_LIBDIR}/spec/unit/resource/timestamped_deploy_spec.rb
 ${GEM_LIBDIR}/spec/unit/resource/user_spec.rb
 ${GEM_LIBDIR}/spec/unit/resource/windows_package_spec.rb
+${GEM_LIBDIR}/spec/unit/resource/windows_path_spec.rb
 ${GEM_LIBDIR}/spec/unit/resource/windows_service_spec.rb
 ${GEM_LIBDIR}/spec/unit/resource/windows_task_spec.rb
 ${GEM_LIBDIR}/spec/unit/resource/yum_package_spec.rb
 ${GEM_LIBDIR}/spec/unit/resource/yum_repository_spec.rb
+${GEM_LIBDIR}/spec/unit/resource/zypper_repository_spec.rb
 ${GEM_LIBDIR}/spec/unit/resource_builder_spec.rb
 ${GEM_LIBDIR}/spec/unit/resource_collection/resource_list_spec.rb
 ${GEM_LIBDIR}/spec/unit/resource_collection/resource_set_spec.rb
@@ -2204,23 +2148,23 @@
 ${GEM_LIBDIR}/spec/unit/util/powershell/ps_credential_spec.rb
 ${GEM_LIBDIR}/spec/unit/util/selinux_spec.rb
 ${GEM_LIBDIR}/spec/unit/util/threaded_job_queue_spec.rb
+${GEM_LIBDIR}/spec/unit/util/windows/logon_session_spec.rb
 ${GEM_LIBDIR}/spec/unit/version/platform_spec.rb
 ${GEM_LIBDIR}/spec/unit/version_class_spec.rb
 ${GEM_LIBDIR}/spec/unit/version_constraint/platform_spec.rb
 ${GEM_LIBDIR}/spec/unit/version_constraint_spec.rb
+${GEM_LIBDIR}/spec/unit/version_string_spec.rb
 ${GEM_LIBDIR}/spec/unit/win32/error_spec.rb
+${GEM_LIBDIR}/spec/unit/win32/link_spec.rb
 ${GEM_LIBDIR}/spec/unit/win32/registry_spec.rb
 ${GEM_LIBDIR}/spec/unit/win32/security_spec.rb
 ${GEM_LIBDIR}/spec/unit/windows_service_spec.rb
 ${GEM_LIBDIR}/tasks/announce.rb
 ${GEM_LIBDIR}/tasks/bin/run_external_test
-${GEM_LIBDIR}/tasks/bundle.rb
 ${GEM_LIBDIR}/tasks/cbgb.rb
-${GEM_LIBDIR}/tasks/changelog.rb
 ${GEM_LIBDIR}/tasks/dependencies.rb
 ${GEM_LIBDIR}/tasks/maintainers.rb
 ${GEM_LIBDIR}/tasks/rspec.rb
 ${GEM_LIBDIR}/tasks/templates/prerelease.md.erb
 ${GEM_LIBDIR}/tasks/templates/release.md.erb
-${GEM_LIBDIR}/tasks/version.rb
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 3c02aca4ed7e -r 0750cef42aa8 sysutils/ruby-chef/distinfo
--- a/sysutils/ruby-chef/distinfo       Mon Sep 18 04:25:50 2017 +0000



Home | Main Index | Thread Index | Old Index