Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dash for openSUSE:Factory checked in at 2022-01-31 22:56:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dash (Old) and /work/SRC/openSUSE:Factory/.dash.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dash" Mon Jan 31 22:56:40 2022 rev:28 rq:949666 version:0.5.11.5 Changes: -------- --- /work/SRC/openSUSE:Factory/dash/dash.changes 2021-12-21 18:40:30.109866850 +0100 +++ /work/SRC/openSUSE:Factory/.dash.new.1898/dash.changes 2022-01-31 22:56:41.409836791 +0100 @@ -1,0 +2,5 @@ +Thu Jan 27 17:38:59 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- add dash-sh subpackage to be able to switch away from bash + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dash.spec ++++++ --- /var/tmp/diff_new_pack.aHGG6F/_old 2022-01-31 22:56:42.817827311 +0100 +++ /var/tmp/diff_new_pack.aHGG6F/_new 2022-01-31 22:56:42.821827285 +0100 @@ -1,7 +1,7 @@ # # spec file for package dash # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2013 Guido Berhoerster. # # All modifications and additions to the file contributed by third parties @@ -33,6 +33,16 @@ DASH is a POSIX-compliant implementation of /bin/sh that aims to be as small as possible without sacrificing speed where possible. +%package sh +Summary: Handle behaviour of /bin/sh +Group: System/Shells +Requires: dash = %{version} +Conflicts: alternative(sh) +Provides: alternative(sh) + +%description sh +Use dash as /bin/sh implementation. + %prep %setup -q %autopatch -p1 @@ -52,6 +62,7 @@ mkdir -p %{buildroot}/bin ln -s %{_bindir}/dash %{buildroot}/bin/dash %endif +ln -sf %{_bindir}/dash %{buildroot}%{_bindir}/sh %files %license COPYING @@ -62,4 +73,7 @@ %endif %{_mandir}/man1/dash.1%{?ext_man} +%files sh +%{_bindir}/sh + %changelog