FS#64489 - [buildah] Upstream includes bash completions, but Arch pkg doesn't install them

Attached to Project: Community Packages
Opened by Andy (andydecleyre) - Wednesday, 13 November 2019, 19:50 GMT
Last edited by Balló György (City-busz) - Saturday, 31 December 2022, 20:53 GMT
Task Type Feature Request
Category Packages
Status Closed
Assigned To Bartłomiej Piotrowski (Barthalion)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Upstream includes bash completions, but Arch pkg doesn't install them

src/src/github.com/containers/buildah/contrib/completions/bash/buildah

Additional info:
* package version 1.11.4-1

Steps to reproduce:

# pacman -S buildah --noconfirm
# pacman -Qql buildah | grep -Ev '(gz|/)$'
This task depends upon

Closed by  Balló György (City-busz)
Saturday, 31 December 2022, 20:53 GMT
Reason for closing:  Fixed
Comment by Andy (andydecleyre) - Wednesday, 13 November 2019, 20:59 GMT
Adding this or similar to package () would do the trick:

install -Dm644 ./contrib/completions/bash/buildah "$pkgdir/usr/share/bash-completion/completions/buildah"
Comment by Andy (andydecleyre) - Wednesday, 15 January 2020, 18:02 GMT
In addition to the Arch pkg release at time of report, this persists through Arch pkgs for:

1.11.5
1.11.6
1.12.0
1.13.1 (current)

The same solution as above should still be appropriate.

Loading...