From c44114c6721deebd45441faae1bf1f5cae41f12d Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Wed, 31 May 2023 21:29:18 +1000 Subject: [PATCH] minor wording in changelog --- rename-e-smith-pkg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"