Skip to content

Commit

Permalink
playbooks: Restore the generation & installation of the Bash completions
Browse files Browse the repository at this point in the history
The package providing /usr/share/pkgconfig/bash-completion.pc changed
from bash-completion to bash-completion-devel in Fedora 41 onwards [1].
This meant that the Bash completions were no longer being generated and
installed by the CI.

[1] Fedora bash-completion commit d1f5dc48c0440cc6
    https://src.fedoraproject.org/rpms/bash-completion/c/d1f5dc48c0440cc6
    https://bugzilla.redhat.com/show_bug.cgi?id=1457164

#1593
  • Loading branch information
debarshiray committed Nov 12, 2024
1 parent 05202bb commit 2049199
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions playbooks/dependencies-fedora-restricted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
package:
name:
- ShellCheck
- bash-completion
- codespell
- fish
- flatpak-session-helper
Expand All @@ -40,6 +39,7 @@
- golang-github-cpuguy83-md2man
- meson
- ninja-build
- pkgconfig(bash-completion)
- shadow-utils-subid-devel
- systemd
- udisks2
Expand Down Expand Up @@ -81,4 +81,4 @@
chdir: '{{ zuul.project.src_dir }}'

- name: Check versions of crucial packages
command: rpm -qa ShellCheck codespell *kernel* gcc *glibc* shadow-utils-subid-devel golang golang-github-cpuguy83-md2man flatpak-session-helper
command: rpm -qa ShellCheck bash-completion codespell *kernel* gcc *glibc* shadow-utils-subid-devel golang golang-github-cpuguy83-md2man flatpak-session-helper
4 changes: 2 additions & 2 deletions playbooks/dependencies-fedora.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
update_cache: "{{ true if zuul.attempts > 1 else false }}"
name:
- ShellCheck
- bash-completion
- bats
- codespell
- fish
Expand All @@ -32,6 +31,7 @@
- meson
- ninja-build
- openssl
- pkgconfig(bash-completion)
- podman
- shadow-utils-subid-devel
- skopeo
Expand All @@ -55,7 +55,7 @@
chdir: '{{ zuul.project.src_dir }}'

- name: Check versions of crucial packages
command: rpm -qa ShellCheck bash bats codespell *kernel* gcc *glibc* shadow-utils-subid-devel golang golang-github-cpuguy83-md2man podman conmon containernetworking-plugins containers-common container-selinux crun fuse-overlayfs flatpak-session-helper skopeo
command: rpm -qa ShellCheck bash bash-completion bats codespell *kernel* gcc *glibc* shadow-utils-subid-devel golang golang-github-cpuguy83-md2man podman conmon containernetworking-plugins containers-common container-selinux crun fuse-overlayfs flatpak-session-helper skopeo

- name: Show podman versions
command: podman version
Expand Down

0 comments on commit 2049199

Please sign in to comment.