SHA256
6
0
forked from pool/bash

Try to avoid trouble with ABI changes of (lib)readline with only minor version update

OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=362
This commit is contained in:
2022-10-20 11:26:29 +00:00
committed by Git OBS Bridge
parent 9a41239ff4
commit f154a4ce64
3 changed files with 16 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 20 11:14:16 UTC 2022 - Dr. Werner Fink <werner@suse.de>
- Explicit require versioned libreadline8 as we face new ABI
functions used by the bash (boo#1204336)
-------------------------------------------------------------------
Wed Oct 12 17:37:47 UTC 2022 - Andreas Schwab <schwab@suse.de>