From 6b56fe13c8d6c63671f147642a54aecb8685aab18065d788a2c242b30f405142 Mon Sep 17 00:00:00 2001 From: Danilo Spinella Date: Wed, 31 Aug 2022 15:13:44 +0000 Subject: [PATCH] Accepting request 1000485 from home:kukuk:branches:utilities - pbosh.1: replace broken ".so sh.1" refernce with a symlink to bosh.1 OBS-URL: https://build.opensuse.org/request/show/1000485 OBS-URL: https://build.opensuse.org/package/show/utilities/schily?expand=0&rev=139 --- schily.changes | 5 +++++ schily.spec | 1 + 2 files changed, 6 insertions(+) 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 + +- pbosh.1: replace broken ".so sh.1" refernce with a symlink to bosh.1 + ------------------------------------------------------------------- Sat Aug 27 12:20:10 UTC 2022 - Thorsten Kukuk 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"