Skip to content
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

facter: change sys-filesystem to a runtime dep #2783

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lollipopman
Copy link
Contributor

Prior to this change sys-filesystem was listed as a development dependency, to avoid requiring a C compiler when performing a gem install. However, this produces a version of facter whose mountpoints fact and partitions facts are broken. Re-visit the decision and prefer to produce a fully functional facter version.

This issue was discovered when using facter in Debian, where the lack of a dependency on sys-filesystem produces a package with broken mountpoints and partitions facts.

Prior to this change sys-filesystem was listed as a development
dependency, to avoid requiring a C compiler when performing a gem
install. However, this produces a version of facter whose mountpoints
fact and partitions facts are broken. Re-visit the decision and prefer
to produce a fully functional facter version.

This issue was discovered when using facter in Debian, where the lack of
a dependency on sys-filesystem produces a package with broken
mountpoints and partitions facts.
@lollipopman lollipopman requested a review from a team as a code owner December 6, 2024 17:21
@puppetlabs-jenkins
Copy link
Collaborator

Can one of the admins verify this patch?

@lollipopman
Copy link
Contributor Author

Debian bug for reference, https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1089174

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants