This commit is contained in:
Trevor Batley 2023-06-24 17:06:42 +10:00
parent 5cf5ed1278
commit afe2c69d3e

View File

@ -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