]> git.pld-linux.org Git - packages/chef.git/commitdiff
don't package chef-config/package_task.rb
authorElan Ruusamäe <glen@delfi.ee>
Thu, 2 Jun 2016 19:01:37 +0000 (22:01 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 2 Jun 2016 19:01:37 +0000 (22:01 +0300)
chef.spec

index 692bd3a8fb89ce7b9c9b43e519d3814173125016..59d476c55fca28c9a02c7d3edd80fa77e35cfd49 100644 (file)
--- a/chef.spec
+++ b/chef.spec
@@ -114,6 +114,9 @@ rm bin/chef-service-manager
 rm bin/chef-windows-service
 %endif
 
+# don't package this, a maintainer's rake task
+rm chef-config/lib/chef-config/package_task.rb
+
 # cleanup backups after patching
 find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
 
This page took 0.031155 seconds and 4 git commands to generate.