-
Notifications
You must be signed in to change notification settings - Fork 614
Add Fedora 39 support #1580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Fedora 39 support #1580
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirming that https://packages.fedoraproject.org/pkgs/postgresql/postgresql/ shows that Fedora 39 has postgresql 15.6-1.fc39.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No idea why the tests fail on
LoadError: cannot load such file -- puppetlabs_spec_helper/rake_tasks
Could you rebase? There was a PDK update so perhaps a rebase helps. I also checked Fedora 40, but there the package naming changed: it's now postgresqlXX instead, so you can install multiple versions in parallel. This may require more changes so let's separate those. |
I've taken the liberty to rebase the commit so hopefully the tests are green and we can get a release out. |
Thx @ALL for merging the PR. |
Summary
Added default PostreSQL version for Fedora 39
Additional Context
Add any additional context about the problem here.
Related Issues (if any)
Mention any related issues or pull requests.
Checklist
puppet apply
)