From afe2c69d3ecb6a18017cc370685eeadf74607d3c Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Sat, 24 Jun 2023 17:06:42 +1000 Subject: [PATCH] mistype --- git-cvs2git.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-cvs2git.sh b/git-cvs2git.sh index e2c5b4d..40f1fc0 100755 --- a/git-cvs2git.sh +++ b/git-cvs2git.sh @@ -543,7 +543,7 @@ if [[ "$NAME" =~ ^(smeserver-|e-smith-).* ]]; then sed -i '/^%setup/{n;N;d}' $(basename $SPECFILE) sed -i '/\[SME: 12338\]/a - Remove create e-smith-lib-update event \[SME: 12338\]' $(basename $SPECFILE) fi - if [[ $NAME == "e-smith-oprmssl "]] ; then + if [[ $NAME == "e-smith-openssh" ]] ; then sed -i '/^Requires:/s/e-smith,/e-smith-base,/' $(basename $SPECFILE) sed -i '/\[SME: 12338\]/a - Swap Requires from e-smith to e-smith-base \[SME: 12338\]' $(basename $SPECFILE) fi