From 27b59de7aa505f31957fb9bbe040e84867a57136 Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Sun, 25 Jun 2023 11:04:14 +1000 Subject: [PATCH] remove e-smith-openssh special fix --- git-cvs2git.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/git-cvs2git.sh b/git-cvs2git.sh index 40f1fc0..9bc5674 100755 --- a/git-cvs2git.sh +++ b/git-cvs2git.sh @@ -543,10 +543,6 @@ 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-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 # Add in the autochangelog and autorelease macros into the spec file # Commented out for now until we have build systems that can install the rpmautospec package (CEntos, Rocky etc V9 only so far) # sed -i 's/Release:.*/Release: %autorelease/' $(basename $SPECFILE)