Skip to content

docs: document minor version-specific package dependencies in README! - #408

Merged
PraveenPenguin merged 1 commit into
lop-devops:masterfrom
Anushree-Mathur:readme-minor-version
Sep 18, 2026
Merged

PraveenPenguin merged 1 commit into
lop-devops:masterfrom
Anushree-Mathur:readme-minor-version

Conversation

@Anushree-Mathur

@Anushree-Mathur Anushree-Mathur commented Sep 18, 2026 •

Copy link
Copy Markdown
Contributor

Description

Currently, bootstrap only supports major version package definitions.
This prevents handling packages that exist only in specific minor
versions of an OS.

This commit adds documentation for the minor version support introduced
in PR #392 by:

  • Explaining how the wrapper checks minor version-specific sections
    first (e.g., [deps_sles16_1]) before falling back to the major
    version section (e.g., [deps_sles16])
  • Documenting the same fallback logic for environment-type packages
    (e.g., [deps_sles16_1_kvm] → [deps_sles16_kvm])
  • Providing a clear example config usage in config/wrapper/env.conf
  • Highlighting that packages in [deps_sles16_1] are pre-requisite
    packages only for SLES 16.1 and will not affect other SLES 16.x
    versions

NOTE:

This same will work for any other distro versions! But here putting example for sles16.1 for understanding.

Signed-off-by: Anushree-Mathur anushree.mathur@linux.ibm.com

Currently, bootstrap only supports major version package definitions.
This prevents handling packages that exist only in specific minor
versions of an OS.

This commit adds documentation for the minor version support by:
- Explaining how the wrapper checks minor version-specific sections
  first (e.g., [deps_sles16_1]) before falling back to the major
  version section (e.g., [deps_sles16])
- Documenting the same fallback logic for environment-type packages
  (e.g., [deps_sles16_1_kvm] -> [deps_sles16_kvm])
- Providing a clear example config usage in config/wrapper/env.conf
- Highlighting that packages in [deps_sles16_1] are pre-requisite
  packages only for SLES 16.1 and will not affect other SLES 16.x
  versions

Signed-off-by: Anushree-Mathur <anushree.mathur@linux.ibm.com>
@PraveenPenguin
PraveenPenguin merged commit 913f24e into lop-devops:master Sep 18, 2026
4 checks passed
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