hold off on requires changes for now
This commit is contained in:
parent
9c827793e0
commit
bb5278ebd5
@ -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 "s/^%define name.*$SOURCEPKG/%define name $TARGETPKG/" "$TARGETPKG.spec"
|
||||||
sed -i "/^%description/{ n; s/e-smith/smeserver/}" "$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*
|
# - change all Requires: and BuildRequires: e-smith* to smeserver*
|
||||||
sed -i 's/^Requires:.*e-smith/Requires: 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"
|
#sed -i 's/^BuildRequires:.*e-smith/BuildRequires: smeserver/g' "$TARGETPKG.spec"
|
||||||
|
|
||||||
# - add changelog entry (Bugzilla #12359)
|
# - add changelog entry (Bugzilla #12359)
|
||||||
# Bump the release and add changelog
|
# Bump the release and add changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user