diff --git a/rename-e-smith-pkg.sh b/rename-e-smith-pkg.sh index 776b9ee..8511599 100755 --- a/rename-e-smith-pkg.sh +++ b/rename-e-smith-pkg.sh @@ -245,7 +245,7 @@ sed -i 's/^BuildRequires:.*e-smith/BuildRequires: smeserver/g' "$TARGETPKG.spec" change-log "$TARGETPKG.spec" # and edit in the reason and add by whom sed -i "s/fix \[SME: \]/Rename to $TARGETPKG \[SME: 12359\]/" "$TARGETPKG.spec" -sed -i 's/ME MYSELF /rename-e-smith-pkg.sh aka Trevor Batley /' "$TARGETPKG.spec" +sed -i 's/ME MYSELF /rename-e-smith-pkg.sh by Trevor Batley /' "$TARGETPKG.spec" # - add PROVIDES: smeserver- sed -i "/%description/i Provides: $SOURCEPKG" "$TARGETPKG.spec"