https://bugzilla.redhat.com/show_bug.cgi?id=2174380

Maxwell G <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Doc Type|---                         |If docs needed, set a value
                 CC|                            |[email protected]



--- Comment #2 from Maxwell G <[email protected]> ---
Can you include the shell completions in the package?

```
%build
[...]
./target/release/git-absorb --gen-completions bash >git-absorb.bash
./target/release/git-absorb --gen-completions fish >git-absorb.fish
./target/release/git-absorb --gen-completions zsh >git-absorb.zsh
```

```
%install
[...]
install -Dpm 0644 git-absorb.bash
%{buildroot}%{bash_completions_dir}/git-absorb
install -Dpm 0644 git-absorb.fish
%{buildroot}%{fish_completions_dir}/git-absorb.fish
install -Dpm 0644 git-absorb.zsh %{buildroot}%{zsh_completions_dir}/_git-absorb
```

```
%files -n %{crate}
[...]
%{bash_completions_dir}/git-absorb
%{fish_completions_dir}/git-absorb.fish
%{zsh_completions_dir}/_git-absorb
```


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2174380
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to