Skip to content

workaround(gnutls): disable fips subpackage build#16741

Draft
christopherco wants to merge 1 commit intotomls/base/mainfrom
chrco/gnutls-fips-workaround
Draft

workaround(gnutls): disable fips subpackage build#16741
christopherco wants to merge 1 commit intotomls/base/mainfrom
chrco/gnutls-fips-workaround

Conversation

@christopherco
Copy link
Copy Markdown
Collaborator

@christopherco christopherco commented Apr 19, 2026

The gnutls-fips subpackage cannot correctly locate its specifically built nettle and gmp libraries due to how packages are currently built in the AZL build environment. Since gnutls-fips is not yet required, disable the fips bcond as a workaround.

This moves gnutls from an inline definition in components.toml to a dedicated comp.toml with build.without = ["fips"], which passes --without fips to rpmbuild and cleanly skips the fips subpackage.

Fixes: https://dev.azure.com/mariner-org/mariner/_workitems/edit/18869

The gnutls-fips subpackage cannot correctly locate its specifically
built nettle and gmp libraries due to how packages are currently
built in the AZL build environment. Since gnutls-fips is not yet
required, disable the fips bcond as a workaround.

This moves gnutls from an inline definition in components.toml to a
dedicated comp.toml with build.without = ["fips"], which passes
--without fips to rpmbuild and cleanly skips the fips subpackage.
@christopherco
Copy link
Copy Markdown
Collaborator Author

Tracking item for removing this workaround: https://dev.azure.com/mariner-org/mariner/_workitems/edit/18931

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.

1 participant