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