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

simplify early-boot-config dependencies #3890

Merged
merged 2 commits into from
Apr 12, 2024

Commits on Apr 11, 2024

  1. early-boot-config: simplify subpackage names

    Use RPM's shorthand syntax for subpackages names that are a suffix of
    the main package's name.
    
    Signed-off-by: Ben Cressey <[email protected]>
    bcressey committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    fdc63b8 View commit details
    Browse the repository at this point in the history
  2. release: add dependency on early-boot-config

    Some form of early-boot-config is required for the OS to function, so
    add that dependency to the release package, which collects the other
    mandatory dependencies.
    
    Switch to boolean dependencies in the early-boot-config package, so
    that the expected providers are installed for the variant's platform.
    
    Remove the explicit dependency from all variant definitions, as an
    exercise in boilerplate reduction.
    
    Signed-off-by: Ben Cressey <[email protected]>
    bcressey committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    816b779 View commit details
    Browse the repository at this point in the history