Skip to content

Commit 2049199

Browse files
committed
playbooks: Restore the generation & installation of the Bash completions
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
1 parent 05202bb commit 2049199

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

playbooks/dependencies-fedora-restricted.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
package:
3232
name:
3333
- ShellCheck
34-
- bash-completion
3534
- codespell
3635
- fish
3736
- flatpak-session-helper
@@ -40,6 +39,7 @@
4039
- golang-github-cpuguy83-md2man
4140
- meson
4241
- ninja-build
42+
- pkgconfig(bash-completion)
4343
- shadow-utils-subid-devel
4444
- systemd
4545
- udisks2
@@ -81,4 +81,4 @@
8181
chdir: '{{ zuul.project.src_dir }}'
8282

8383
- name: Check versions of crucial packages
84-
command: rpm -qa ShellCheck codespell *kernel* gcc *glibc* shadow-utils-subid-devel golang golang-github-cpuguy83-md2man flatpak-session-helper
84+
command: rpm -qa ShellCheck bash-completion codespell *kernel* gcc *glibc* shadow-utils-subid-devel golang golang-github-cpuguy83-md2man flatpak-session-helper

playbooks/dependencies-fedora.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
update_cache: "{{ true if zuul.attempts > 1 else false }}"
2121
name:
2222
- ShellCheck
23-
- bash-completion
2423
- bats
2524
- codespell
2625
- fish
@@ -32,6 +31,7 @@
3231
- meson
3332
- ninja-build
3433
- openssl
34+
- pkgconfig(bash-completion)
3535
- podman
3636
- shadow-utils-subid-devel
3737
- skopeo
@@ -55,7 +55,7 @@
5555
chdir: '{{ zuul.project.src_dir }}'
5656

5757
- name: Check versions of crucial packages
58-
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
58+
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
5959

6060
- name: Show podman versions
6161
command: podman version

0 commit comments

Comments
 (0)