]> git.pld-linux.org Git - packages/chef.git/commitdiff
apply pld to chkconfig service provider (named redhat)
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 18 Jul 2018 07:43:29 +0000 (10:43 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Wed, 18 Jul 2018 07:43:29 +0000 (10:43 +0300)
chef.spec
platform-pld.patch

index 603698083c9bcd589b0f1712c07d01eb762f5cfe..d05ebada9636db56f423ab8f4095723dfe8cf07f 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:       14.1.36
-Release:       0.6
+Release:       0.7
 License:       Apache v2.0
 Group:         Networking/Admin
 Source0:       https://github.com/chef/chef/archive/v%{version}/%{name}-%{version}.tar.gz
index 281c13bbbb0596a2f137c9d3fac157470fd18ef9..93a2c08628064a493720d913bac16e417f3bac1f 100644 (file)
          },
  
          "freebsd" => {
+--- ./lib/chef/provider/service/redhat.rb~     2018-06-04 22:47:04.000000000 +0300
++++ ./lib/chef/provider/service/redhat.rb      2018-07-17 12:07:21.135952859 +0300
+@@ -28,7 +28,7 @@
+         # @api private
+         attr_accessor :current_run_levels
+-        provides :service, platform_family: %w{rhel fedora suse amazon} do |node|
++        provides :service, platform_family: %w{rhel fedora suse amazon pld} do |node|
+           Chef::Platform::ServiceHelpers.service_resource_providers.include?(:redhat)
+         end
This page took 0.074568 seconds and 4 git commands to generate.