Accepting request 1030729 from home:luc14n0:branches:shells

Add zsh-sh subpackage.

OBS-URL: https://build.opensuse.org/request/show/1030729
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=238
This commit is contained in:
Paolo Perego
2022-10-25 12:44:01 +00:00
committed by Git OBS Bridge
parent 737d982d05
commit a70a866590
2 changed files with 44 additions and 16 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Oct 22 05:22:28 UTC 2022 - Luciano Santos <luc14n0@opensuse.org>
- Add zsh-sh subpackage to offer Zsh users a "native" way to handle
/bin/sh scripts and use an SH shell with the capabilities of Zsh
itself to emulate a Bourne shell. An 'sh' symlink pointing to the
Zsh binary is all that is needed for it to emulate the Bourne
shell, it is similar to the use of `emulate sh` Zsh's built-in
command or the `zsh --emulate sh` shell command.
- Drop deprecated use of install_info(_delete) post(un) macros. RPM
file triggers have replaced their functionality since 2019.
-------------------------------------------------------------------
Mon Sep 12 13:03:37 UTC 2022 - Dirk Müller <dmueller@suse.com>