diff --git a/schily.changes b/schily.changes index 1b0a640..f26243b 100644 --- a/schily.changes +++ b/schily.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 31 14:28:57 UTC 2022 - Thorsten Kukuk <kukuk@suse.com> + +- pbosh.1: replace broken ".so sh.1" refernce with a symlink to bosh.1 + ------------------------------------------------------------------- Sat Aug 27 12:20:10 UTC 2022 - Thorsten Kukuk <kukuk@suse.com> diff --git a/schily.spec b/schily.spec index d6fcd7d..2256e1f 100644 --- a/schily.spec +++ b/schily.spec @@ -513,6 +513,7 @@ mv -fv "$b/%_bindir/sh" "$b/%_bindir/bosh" mv -fv "$b/%_mandir/man1/sh.1" "$b/%_mandir/man1/bosh.1" ln -fsv bosh.1 "$b/%_mandir/man1/jsh.1" ln -fsv bosh.1 "$b/%_mandir/man1/pfsh.1" +ln -fsv bosh.1 "$b/%_mandir/man1/pbosh.1" ln -fsv bosh "$b/%_bindir/jsh" ln -fsv bosh "$b/%_bindir/pfsh"