Hello community, here is the log from the commit of package bash for openSUSE:Factory checked in at 2020-05-09 19:48:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bash (Old) and /work/SRC/openSUSE:Factory/.bash.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bash" Sat May 9 19:48:12 2020 rev:162 rq:798881 version:5.0.11 Changes: -------- --- /work/SRC/openSUSE:Factory/bash/bash.changes 2020-04-08 19:54:05.701009929 +0200 +++ /work/SRC/openSUSE:Factory/.bash.new.2738/bash.changes 2020-05-09 19:48:15.332309942 +0200 @@ -1,0 +2,5 @@ +Sun Apr 19 08:03:03 UTC 2020 - Thorsten Kukuk <[email protected]> + +- Fix usage of update-alternatives + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bash.spec ++++++ --- /var/tmp/diff_new_pack.FhtkoV/_old 2020-05-09 19:48:16.356312140 +0200 +++ /var/tmp/diff_new_pack.FhtkoV/_new 2020-05-09 19:48:16.356312140 +0200 @@ -455,11 +455,10 @@ # remains here :( # The same had happen for the system POSIX shell /bin/sh # - ln -sf %{_bindir}/bash %{buildroot}%{_sysconfdir}/alternatives/sh ln -sf %{_bindir}/bash %{buildroot}/bin/bash ln -sf %{_bindir}/sh %{buildroot}/bin/sh ln -sf bash %{buildroot}%{_bindir}/rbash - ln -sf bash %{buildroot}%{_bindir}/sh + ln -sf %{_sysconfdir}/alternatives/sh %{buildroot}%{_bindir}/sh install -m 644 COMPAT NEWS %{buildroot}%{_docdir}/%{name} install -m 644 COPYING %{buildroot}%{_docdir}/%{name} install -m 644 doc/FAQ %{buildroot}%{_docdir}/%{name} @@ -530,7 +529,7 @@ %{_bindir}/bash %{_bindir}/bashbug %{_bindir}/rbash -%verify(not link mtime) %{_bindir}/sh +%{_bindir}/sh %dir %{_datadir}/bash %dir %{_datadir}/bash/helpfiles %{_datadir}/bash/helpfiles/*
