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

packaging/rpm-ostree.spec: add libzstd-devel BuildRequires #5038

Merged
merged 1 commit into from
Aug 10, 2024

Commits on Aug 9, 2024

  1. packaging/rpm-ostree.spec: add libzstd-devel BuildRequires

    After the initial changes to ostree-ext introducing support for
    zstd:chunked, which can be found in this pull request:
    ostreedev/ostree-rs-ext#615,
    an additional PR modified the dependency on zstd during build
    time to use pkg-config.
    You can review these changes in the pull request:
    ostreedev/ostree-rs-ext#628.
    
    These updates also required modifications to bootc, detailed in
    this pull request: containers/bootc#586.
    This commit mirrors those changes in rpm-ostree.
    
    With these changes, it will be possible to build RPMs on systems
    that do not have zstd-devel pre-installed in the build root.
    jmarrero committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    eb5ca09 View commit details
    Browse the repository at this point in the history