From bb5278ebd5a75cd5747985b44ca4682489b596bd Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Wed, 7 Jun 2023 10:38:12 +1000 Subject: [PATCH] hold off on requires changes for now --- rename-e-smith-pkg.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rename-e-smith-pkg.sh b/rename-e-smith-pkg.sh index f3dfbb2..e075466 100755 --- a/rename-e-smith-pkg.sh +++ b/rename-e-smith-pkg.sh @@ -258,9 +258,10 @@ sed -i "/^Summary:/ s/e-smith/smeserver/" "$TARGETPKG.spec" sed -i "s/^%define name.*$SOURCEPKG/%define name $TARGETPKG/" "$TARGETPKG.spec" sed -i "/^%description/{ n; s/e-smith/smeserver/}" "$TARGETPKG.spec" +# Hold off on these for now # - change all Requires: and BuildRequires: e-smith* to smeserver* -sed -i 's/^Requires:.*e-smith/Requires: smeserver/g' "$TARGETPKG.spec" -sed -i 's/^BuildRequires:.*e-smith/BuildRequires: smeserver/g' "$TARGETPKG.spec" +#sed -i 's/^Requires:.*e-smith/Requires: smeserver/g' "$TARGETPKG.spec" +#sed -i 's/^BuildRequires:.*e-smith/BuildRequires: smeserver/g' "$TARGETPKG.spec" # - add changelog entry (Bugzilla #12359) # Bump the release and add changelog