Prepare for bash-completion-2.12

OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=490
This commit is contained in:
2024-02-29 10:15:44 +00:00
committed by Git OBS Bridge
parent 7dfdb912ce
commit 132cb41b80
3 changed files with 154 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Feb 29 10:12:12 UTC 2024 - Dr. Werner Fink <werner@suse.de>
- Add patch grub2-bash-completion-2.12.patch
The shell function have() had become deprecated with 2.11
and had been removed from 2.12 which is now providing
the shell function _comp_have_command() (boo#1220626)
-------------------------------------------------------------------
Thu Feb 22 04:19:21 UTC 2024 - Michael Chang <mchang@suse.com>