build-gnu.sh: freeze behavior by --with(out)-selinux#9260
Closed
oech3 wants to merge 12 commits intouutils:mainfrom
Closed
build-gnu.sh: freeze behavior by --with(out)-selinux#9260oech3 wants to merge 12 commits intouutils:mainfrom
oech3 wants to merge 12 commits intouutils:mainfrom
Conversation
oech3
referenced
this pull request
in coreutils/coreutils
Nov 13, 2025
The build can be force enabled with --with-selinux and vice versa. * build-aux/gen-lists-of-programs.sh: Move chcon and runcon to the list of optional programs. * configure.ac: Only enable chcon and runcon if selinux.h is available. * NEWS: Mention the Build-related change. Fixes #121
Contributor
Author
|
@cakebaker ping |
Contributor
please be patient. |
Signed-off-by: Laurent Cheylus <foxy@free.fr>
• Enable args_override_self(true) for repeated flags • Remove unnecessary ArgAction::Append calls • Fix tests to verify last value wins, not just succeeds • Update test output validation for repeated flags Fixes uutils#9132
Signed-off-by: Laurent Cheylus <foxy@free.fr>
Signed-off-by: Laurent Cheylus <foxy@free.fr>
fix(fold): GNU fold-characters.sh test
a24563c to
a8a2ab5
Compare
Contributor
Author
|
Sorry. Also I accidentary broke this PR... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
coreutils 9.9determines should we build SELINUX_PROGS or not by libraries installed on the system by default which cause non reproducible result when we usedbuild-gnu.shlocally (out side of CI). Freeze the behavior by--with(out)-selinux.