I recently switched from Debian to Fedora and noticed that the RPM package for `lsd` does not contain the shell completions (I'm using bash). Is it possible to add them to the package? Reproducible: Always Steps to Reproduce: 1. Type `lsd` 2. Press <TAB> Actual Results: bash suggests filenames and directories inside the current directory Expected Results: bash suggests flags and options from `lsd` Debian seems to vendor these files: https://salsa.debian.org/rust-team/debcargo-conf/-/tree/master/src/lsd/debian I believe the files are automatically generated during a build: https://github.com/lsd-rs/lsd/blob/c1e7a596861815554916a61a5a4e5fa8866f625a/ci/before_deploy.bash#L38 (maybe this reference is helpful)
Indeed, these are generated during the build: https://github.com/lsd-rs/lsd/blob/master/build.rs#L26-L30 So debian needlessly vendors them :( I'll add the completions to the Fedora package with the next update, thanks for the report.
Damn, you are quick :) Thank you very much!
FEDORA-2024-612044098c (rust-lsd-1.1.5-3.fc40) has been submitted as an update to Fedora 40. https://bodhi.fedoraproject.org/updates/FEDORA-2024-612044098c
FEDORA-2024-59bee4aa6c (rust-lsd-1.1.5-3.fc41) has been submitted as an update to Fedora 41. https://bodhi.fedoraproject.org/updates/FEDORA-2024-59bee4aa6c
FEDORA-2024-612044098c has been pushed to the Fedora 40 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-612044098c` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-612044098c See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2024-59bee4aa6c has been pushed to the Fedora 41 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-59bee4aa6c` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-59bee4aa6c See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2024-59bee4aa6c (rust-lsd-1.1.5-3.fc41) has been pushed to the Fedora 41 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2024-612044098c (rust-lsd-1.1.5-3.fc40) has been pushed to the Fedora 40 stable repository. If problem still persists, please make note of it in this bug report.