SHA256
6
0
forked from pool/bash

Accepting request 684575 from openSUSE:Factory

This is what was lost in Base:System due to the revert of bash in openSUSE:Factory

See https://bugzilla.opensuse.org/show_bug.cgi?id=1129036

It is up to you to decide what to do with it - but at least in its current form,
it is not working (install cycle with u-a/bash, detailed in the bug)

At least the non-/bin/sh related changes, like the patches, are certainly still wanted though.


- Update temporary patch from upstream to make sed testsuite
  work again

- Requires(postun) -> Requires(preun)

- Do not link /bin/sh as slave alternative to /usr/bin/sh

- Add temporary patch from upstream to fix boo#1127700

- Refine and harden update-alternatives work flow
- Move header and Makefile from bash-loadables to bash-devel 

- Make update-alternatives work flawless

- Put "sh" under control of update-alternatives

OBS-URL: https://build.opensuse.org/request/show/684575
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=286
This commit is contained in:
2019-03-13 09:47:48 +00:00
committed by Git OBS Bridge
parent 8bb5fc02ba
commit 5cd8d96541
3 changed files with 91 additions and 37 deletions

View File

@@ -1,3 +1,40 @@
-------------------------------------------------------------------
Mon Mar 11 07:20:37 UTC 2019 - Dr. Werner Fink <werner@suse.de>
- Update temporary patch from upstream to make sed testsuite
work again
-------------------------------------------------------------------
Wed Mar 6 11:06:10 UTC 2019 - Dr. Werner Fink <werner@suse.de>
- Requires(postun) -> Requires(preun)
-------------------------------------------------------------------
Tue Mar 5 12:04:07 UTC 2019 - Dr. Werner Fink <werner@suse.de>
- Do not link /bin/sh as slave alternative to /usr/bin/sh
-------------------------------------------------------------------
Mon Mar 4 14:30:38 UTC 2019 - Dr. Werner Fink <werner@suse.de>
- Add temporary patch from upstream to fix boo#1127700
-------------------------------------------------------------------
Mon Mar 4 10:14:12 UTC 2019 - Dr. Werner Fink <werner@suse.de>
- Refine and harden update-alternatives work flow
- Move header and Makefile from bash-loadables to bash-devel
-------------------------------------------------------------------
Fri Mar 1 14:01:16 UTC 2019 - Dr. Werner Fink <werner@suse.de>
- Make update-alternatives work flawless
-------------------------------------------------------------------
Fri Feb 8 10:30:17 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Put "sh" under control of update-alternatives
-------------------------------------------------------------------
Thu Feb 7 15:06:12 UTC 2019 - Dr. Werner Fink <werner@suse.de>