chore: reorganize shell completion files in rpm spec#177
Merged
dengbo11 merged 1 commit intodeepin-community:release/1.12from Mar 16, 2026
Merged
chore: reorganize shell completion files in rpm spec#177dengbo11 merged 1 commit intodeepin-community:release/1.12from
dengbo11 merged 1 commit intodeepin-community:release/1.12from
Conversation
Moved shell completion files for ll-builder command from main package to linglong-builder subpackage. The bash, zsh, and fish completion files are now properly grouped together under the builder package where they belong, rather than being split between main package and builder package. This change ensures that shell completions are correctly associated with their respective packages and improves package organization. The ll- builder command completions should only be installed when the builder component is present. Influence: 1. Verify ll-builder command completions work after installing linglong- builder package 2. Check that main linglong package no longer contains ll-builder completion files 3. Test shell completion functionality for both ll-cli and ll-builder commands 4. Verify package installation and dependency resolution works correctly
da15e19
into
deepin-community:release/1.12
10 of 11 checks passed
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
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.
Moved shell completion files for ll-builder command from main package to linglong-builder subpackage. The bash, zsh, and fish completion files are now properly grouped together under the builder package where they belong, rather than being split between main package and builder package.
This change ensures that shell completions are correctly associated with their respective packages and improves package organization. The ll- builder command completions should only be installed when the builder component is present.
Influence: