Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
cookbook-postgresql CHANGELOG
===============

## 0.3.1

- jnavarrorb
- [fec70ac] Remove executable permissions on non-executable files

## 0.3.0

- nilsver
Expand Down
3 changes: 2 additions & 1 deletion packaging/rpm/cookbook-postgresql.spec
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ if [ "$1" = 0 ] && [ -d /var/chef/cookbooks/postgresql ]; then
fi

%files
%defattr(0755,root,root)
%defattr(0644,root,root)
%attr(0755,root,root)
/var/chef/cookbooks/postgresql
%defattr(0644,root,root)
/var/chef/cookbooks/postgresql/README.md
Expand Down
2 changes: 1 addition & 1 deletion resources/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
maintainer_email '[email protected]'
license 'AGPL-3.0'
description 'Installs/Configures cookbook-logstash'
version '0.3.0'
version '0.3.1'