Various files are being included that aren't needed. They only make the package bigger. HISTORY.md is a subset of CHANGELOG.md. CODEOWNERS is just a marker for Github to assign reviewers. bin only contains binstubs for bundler so really bad to include. contrib only contains a pre-commit hook, but if you're not using git this doesn't make sense. .fixtures.yml is only needed when running tests It also adds NOTICE as a license file. rspec as a build dependency is removed since no tests run. It can't run them because it needs puppet, but puppet requires this package leading to a dependency cycle. That's documented now.epel9
parent
ec05c60009
commit
ac2372c1b0
@ -1 +1,4 @@
|
||||
/puppet-resource_api-1.8.13.gem
|
||||
puppet-resource_api-*.gem
|
||||
/puppet-resource_api-*
|
||||
/results_rubygem-puppet-resource_api
|
||||
*.rpm
|
||||
|
@ -1 +1 @@
|
||||
SHA512 (puppet-resource_api-1.8.13.gem) = a517a10c6de3d95cfcc2b348a5840a44322b43ee8ec3589055c5002e7dcc13e7bd938952a1207b5dfabd68a428b798320c273d0bda22bd0eec211de5aeb4ae26
|
||||
SHA512 (puppet-resource_api-1.8.14.gem) = 72b4c5adae526c664b15c7c55c9d89b45d331a5ca2f82c68094f8eb66677847c46aec5471f57748ab64369c67967b76eb5a9e84a85f9a2944566644a677dce80
|
||||
|
Loading…
Reference in new issue