Commit da15e19
committed
chore: reorganize shell completion files in rpm spec
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 correctly1 parent 489ebee commit da15e19
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | | - | |
104 | 102 | | |
105 | 103 | | |
106 | 104 | | |
| |||
111 | 109 | | |
112 | 110 | | |
113 | 111 | | |
114 | | - | |
115 | 112 | | |
116 | 113 | | |
117 | 114 | | |
| |||
123 | 120 | | |
124 | 121 | | |
125 | 122 | | |
| 123 | + | |
| 124 | + | |
126 | 125 | | |
127 | 126 | | |
128 | 127 | | |
| |||
0 commit comments