(CEM-6763) Add oraclelinux-10-x86_64 factset to fix reference_gen_test#86
Merged
Merged
Conversation
|
Why don't you update to latest FacterDB instead? It contains multiple OL 10 factsets. |
dbad5b0 to
bf338c2
Compare
Adds files/fact_sets/oraclelinux-10-x86_64.facts so that abide_dev_utils can resolve OS facts for OracleLinux 10 when generating SCE reference docs. Based on the OracleLinux 9 factset (facterdb 4.11) with OS identity and kernel fields updated to reflect Oracle Linux 10.0 (kernel 6.12.x). AlmaLinux 10 and Rocky 10 are already present in facterdb 4.1.0; this closes the OracleLinux 10 gap in the abide external fact_sets directory. Also adds specifications/CEM-6763.md documenting the change and bumps the gem version from 0.18.6 to 0.18.7. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
bf338c2 to
d2c7b99
Compare
Tu2607
approved these changes
Jun 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
files/fact_sets/oraclelinux-10-x86_64.factssoabide_dev_utilscan resolve OS facts for OracleLinux 10 when generating SCE reference docs.os.release.major,os.distro.*) and kernel fields updated to OL 10.0 / kernel 6.12.x.files/fact_sets/directory.Without this file,
abide sce generate referencefails with:Test plan
os.name="OracleLinux",os.release.major="10",os.family="RedHat"bundle exec ruby -e "require 'abide_dev_utils'; puts AbideDevUtils::Ppt::FacterUtils::FactSets.new.find_by_fact_value_tuples(['os.name','OracleLinux'],['os.release.major','10']).dig('os','name')"🤖 Generated with Claude Code