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

remove the libbzip2 package #3944

Merged
merged 4 commits into from
May 7, 2024
Merged

Commits on May 4, 2024

  1. makedumpfile: remove bzip2 dependency

    Our libelf and libdw are not built with bzip2 support, so there is no
    need to link the makedumpfile binary with libbz2.
    
    Signed-off-by: Ben Cressey <[email protected]>
    bcressey committed May 4, 2024
    Configuration menu
    Copy the full SHA
    c4d0245 View commit details
    Browse the repository at this point in the history
  2. selinux-policy: do not compress modules

    Bottlerocket's modules are only a few hundred KiB, versus several MiB
    for the "targeted" reference policy, so compression doesn't save very
    much space.
    
    Signed-off-by: Ben Cressey <[email protected]>
    bcressey committed May 4, 2024
    Configuration menu
    Copy the full SHA
    67708f5 View commit details
    Browse the repository at this point in the history
  3. libsemanage: remove bzip2 dependency

    Patch out support for reading and writing bzip2-compressed modules,
    to avoid the otherwise-unneeded dependency on libbz2.
    
    Signed-off-by: Ben Cressey <[email protected]>
    bcressey committed May 4, 2024
    Configuration menu
    Copy the full SHA
    b62a2b2 View commit details
    Browse the repository at this point in the history
  4. packages: remove libbzip2

    Signed-off-by: Ben Cressey <[email protected]>
    bcressey committed May 4, 2024
    Configuration menu
    Copy the full SHA
    b3f52e0 View commit details
    Browse the repository at this point in the history