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

switch to images/pkg/dnfjson and remove internal copy #3828

Merged
merged 4 commits into from
Feb 20, 2024

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    4f91d8d View commit details
    Browse the repository at this point in the history
  2. switch to images/pkg/dnfjson and remove internal copy

    COMPOSER-2068
    diaasami committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    09478b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Test/old-worker-new-composer: use latest composer for verification

    To avoid incompatibility between older image-info and latest osbuild
    diaasami committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    d932a80 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Test/base_tests.sh: workaround missing osbuild-depsolve-dnf in nightly

    The RHEL nightly composes still contain old osbuild-composer version,
    which does not have an explicit dependency on osbuild-depsolve-dnf
    package.
    
    As a result, running the latest upstream base_tests.sh on RHEL nightly
    composes fails due to osbuild-depsolve-dnf not being installed.
    
    Workaround this in the test case by explicitly installing the
    osbuild-depsolve-dnf package in case the osbuild-composer version is
    lower than the one which has an explicit dependency on
    osbuild-depsolve-dnf.
    
    Signed-off-by: Tomáš Hozza <[email protected]>
    thozza committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    14a68e2 View commit details
    Browse the repository at this point in the history